2023-12-08T10:19:45.319 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T10:19:45.319 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476 -- /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/orig.config.yaml 2023-12-08T10:19:45.355 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:19:45.436 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476 branch: wip-yuri5-testing-2023-12-07-0740-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7483476' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-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-yuri5-testing-2023-12-07-0740-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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi022.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBElDCP8Tn2NySJVyH3kDFmKe8SQ9Yx1aOUCuUuZ07pJ0OY+gw/DVE7mEhE6+KKhQ5c/lMWMMOAysv24ZUVj+1ZE= smithi069.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHqOL6JVDDxjI/6jq8iCfobAMfSmHMsIZ4yNEs52Wm0QaVThYhAYyd9g9AToti8jb7gqFvD4qcf0MtgfyyekZr0= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_04:25:47 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T10:19:45.436 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T10:19:45.437 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T10:19:45.437 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T10:19:45.438 INFO:teuthology.task.internal:Checking packages... 2023-12-08T10:19:45.468 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T10:19:45.468 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T10:19:45.469 INFO:teuthology.packaging:ref: None 2023-12-08T10:19:45.469 INFO:teuthology.packaging:tag: None 2023-12-08T10:19:45.469 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T10:19:45.469 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:19:45.469 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T10:19:45.689 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T10:19:45.689 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T10:19:45.695 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T10:19:45.695 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T10:19:45.746 INFO:teuthology.task.internal:Saving configuration 2023-12-08T10:19:45.761 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T10:19:45.770 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:19:45.795 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476', '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-12-08 10:14:49.098181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBElDCP8Tn2NySJVyH3kDFmKe8SQ9Yx1aOUCuUuZ07pJ0OY+gw/DVE7mEhE6+KKhQ5c/lMWMMOAysv24ZUVj+1ZE='} 2023-12-08T10:19:45.814 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476', '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-12-08 10:14:49.099832', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHqOL6JVDDxjI/6jq8iCfobAMfSmHMsIZ4yNEs52Wm0QaVThYhAYyd9g9AToti8jb7gqFvD4qcf0MtgfyyekZr0='} 2023-12-08T10:19:45.814 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T10:19:45.825 INFO:teuthology.task.internal:roles: ubuntu@smithi022.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T10:19:45.825 INFO:teuthology.task.internal:roles: ubuntu@smithi069.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T10:19:45.825 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T10:19:45.934 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2dc715ea60>, signals=[15]) 2023-12-08T10:19:45.935 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T10:19:45.942 INFO:teuthology.task.internal:Opening connections... 2023-12-08T10:19:45.942 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:19:45.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:19:46.013 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi069.front.sepia.ceph.com 2023-12-08T10:19:46.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:19:46.082 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T10:19:46.089 DEBUG:teuthology.orchestra.run.smithi022:> uname -m 2023-12-08T10:19:46.112 INFO:teuthology.orchestra.run.smithi022.stdout:x86_64 2023-12-08T10:19:46.112 DEBUG:teuthology.orchestra.run.smithi022:> cat /etc/os-release 2023-12-08T10:19:46.173 INFO:teuthology.orchestra.run.smithi022.stdout:NAME="CentOS Stream" 2023-12-08T10:19:46.173 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION="8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:ID="centos" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:ID_LIKE="rhel fedora" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:VERSION_ID="8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:PLATFORM_ID="platform:el8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:ANSI_COLOR="0;31" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:HOME_URL="https://centos.org/" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T10:19:46.174 INFO:teuthology.orchestra.run.smithi022.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T10:19:46.175 INFO:teuthology.lock.ops:Updating smithi022.front.sepia.ceph.com on lock server 2023-12-08T10:19:46.194 DEBUG:teuthology.orchestra.run.smithi069:> uname -m 2023-12-08T10:19:46.218 INFO:teuthology.orchestra.run.smithi069.stdout:x86_64 2023-12-08T10:19:46.218 DEBUG:teuthology.orchestra.run.smithi069:> cat /etc/os-release 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:NAME="CentOS Stream" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION="8" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:ID="centos" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:ID_LIKE="rhel fedora" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:VERSION_ID="8" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:PLATFORM_ID="platform:el8" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:ANSI_COLOR="0;31" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-08T10:19:46.279 INFO:teuthology.orchestra.run.smithi069.stdout:HOME_URL="https://centos.org/" 2023-12-08T10:19:46.280 INFO:teuthology.orchestra.run.smithi069.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T10:19:46.280 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T10:19:46.280 INFO:teuthology.orchestra.run.smithi069.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-08T10:19:46.280 INFO:teuthology.lock.ops:Updating smithi069.front.sepia.ceph.com on lock server 2023-12-08T10:19:46.302 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T10:19:46.310 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T10:19:46.347 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T10:19:46.348 DEBUG:teuthology.orchestra.run.smithi022:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:19:46.350 DEBUG:teuthology.orchestra.run.smithi069:> test '!' -e /home/ubuntu/cephtest 2023-12-08T10:19:46.371 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T10:19:46.377 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T10:19:46.378 DEBUG:teuthology.orchestra.run.smithi022:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:19:46.411 DEBUG:teuthology.orchestra.run.smithi069:> test -z $(ls -A /var/lib/ceph) 2023-12-08T10:19:46.443 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T10:19:46.513 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T10:19:46.533 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T10:19:46.533 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T10:19:46.533 DEBUG:teuthology.orchestra.run.smithi022:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:19:46.534 DEBUG:teuthology.orchestra.run.smithi069:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T10:19:46.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:19:46.555 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2023-12-08T10:19:46.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:19:46.556 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2023-12-08T10:19:46.616 INFO:teuthology.orchestra.run.smithi069.stdout:4.18.0-489.el8.x86_64 2023-12-08T10:19:46.616 INFO:teuthology.task.kernel:Running kernel on smithi069: 4.18.0-489.el8.x86_64 2023-12-08T10:19:46.616 DEBUG:teuthology.orchestra.run.smithi069:> sudo yum install -y kernel 2023-12-08T10:19:46.617 INFO:teuthology.orchestra.run.smithi022.stdout:4.18.0-489.el8.x86_64 2023-12-08T10:19:46.619 INFO:teuthology.task.kernel:Running kernel on smithi022: 4.18.0-489.el8.x86_64 2023-12-08T10:19:46.619 DEBUG:teuthology.orchestra.run.smithi022:> sudo yum install -y kernel 2023-12-08T10:19:55.149 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 8 - AppStream 5.7 MB/s | 34 MB 00:06 2023-12-08T10:19:57.386 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - AppStream 4.2 MB/s | 34 MB 00:08 2023-12-08T10:20:05.458 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 55 MB 00:04 2023-12-08T10:20:07.636 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - BaseOS 15 MB/s | 55 MB 00:03 2023-12-08T10:20:13.482 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 8 - Extras 90 kB/s | 18 kB 00:00 2023-12-08T10:20:13.958 INFO:teuthology.orchestra.run.smithi069.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-12-08T10:20:14.276 INFO:teuthology.orchestra.run.smithi069.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-08T10:20:16.053 INFO:teuthology.orchestra.run.smithi069.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 16 MB 00:01 2023-12-08T10:20:16.330 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-12-08T10:20:17.928 INFO:teuthology.orchestra.run.smithi022.stdout:CentOS Stream 8 - Extras common packages 4.9 kB/s | 6.9 kB 00:01 2023-12-08T10:20:18.229 INFO:teuthology.orchestra.run.smithi022.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-08T10:20:19.860 INFO:teuthology.orchestra.run.smithi069.stdout:lab-extras 551 kB/s | 24 kB 00:00 2023-12-08T10:20:20.055 INFO:teuthology.orchestra.run.smithi022.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 16 MB 00:01 2023-12-08T10:20:23.401 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T10:20:23.401 INFO:teuthology.orchestra.run.smithi069.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T10:20:23.695 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2023-12-08T10:20:23.696 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:20:23.696 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2023-12-08T10:20:23.696 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:20:23.696 INFO:teuthology.orchestra.run.smithi069.stdout:Installing: 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout:Install 3 Packages 2023-12-08T10:20:23.697 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:20:23.698 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 90 M 2023-12-08T10:20:23.698 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 96 M 2023-12-08T10:20:23.698 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2023-12-08T10:20:24.080 INFO:teuthology.orchestra.run.smithi022.stdout:lab-extras 449 kB/s | 24 kB 00:00 2023-12-08T10:20:24.578 INFO:teuthology.orchestra.run.smithi069.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-12-08T10:20:25.529 INFO:teuthology.orchestra.run.smithi069.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 22 MB/s | 36 MB 00:01 2023-12-08T10:20:25.995 INFO:teuthology.orchestra.run.smithi069.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-08T10:20:25.995 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:20:25.995 INFO:teuthology.orchestra.run.smithi069.stdout:Total 39 MB/s | 90 MB 00:02 2023-12-08T10:20:26.671 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2023-12-08T10:20:27.092 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2023-12-08T10:20:27.092 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2023-12-08T10:20:27.954 INFO:teuthology.orchestra.run.smithi022.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-08T10:20:27.954 INFO:teuthology.orchestra.run.smithi022.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-08T10:20:28.268 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-08T10:20:28.269 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:20:28.269 INFO:teuthology.orchestra.run.smithi022.stdout: Package Architecture Version Repository Size 2023-12-08T10:20:28.269 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:20:28.269 INFO:teuthology.orchestra.run.smithi022.stdout:Installing: 2023-12-08T10:20:28.269 INFO:teuthology.orchestra.run.smithi022.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout:Install 3 Packages 2023-12-08T10:20:28.270 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:20:28.271 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 90 M 2023-12-08T10:20:28.271 INFO:teuthology.orchestra.run.smithi022.stdout:Installed size: 96 M 2023-12-08T10:20:28.271 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2023-12-08T10:20:28.327 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2023-12-08T10:20:28.350 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2023-12-08T10:20:29.106 INFO:teuthology.orchestra.run.smithi022.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2023-12-08T10:20:29.873 INFO:teuthology.orchestra.run.smithi022.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-12-08T10:20:31.218 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2023-12-08T10:20:31.465 INFO:teuthology.orchestra.run.smithi022.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-12-08T10:20:31.465 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:20:31.465 INFO:teuthology.orchestra.run.smithi022.stdout:Total 28 MB/s | 90 MB 00:03 2023-12-08T10:20:31.775 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:20:32.176 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2023-12-08T10:20:32.624 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2023-12-08T10:20:32.625 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2023-12-08T10:20:33.941 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2023-12-08T10:20:33.962 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2023-12-08T10:20:35.424 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:20:35.835 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:20:36.910 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2023-12-08T10:20:37.434 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:20:39.256 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:20:39.557 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:20:41.176 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:20:41.549 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:20:45.242 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:20:45.510 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:01.533 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:01.557 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:01.912 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:01.912 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:21:01.912 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:21:02.731 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2023-12-08T10:21:02.870 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T10:21:03.085 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T10:21:03.085 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T10:21:03.085 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T10:21:03.085 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:21:03.086 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:21:03.086 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T10:21:03.086 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi069.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:21:03.086 DEBUG:teuthology.orchestra.run.smithi069:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T10:21:03.298 INFO:teuthology.orchestra.run.smithi069.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T10:21:03.298 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T10:21:03.299 DEBUG:teuthology.orchestra.run.smithi069:> sudo rpm -qi grub2-tools 2023-12-08T10:21:03.331 INFO:teuthology.orchestra.run.smithi069.stdout:Name : grub2-tools 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Epoch : 1 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Version : 2.02 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Release : 129.el8 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Architecture: x86_64 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Group : System Environment/Base 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Size : 9265586 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:License : GPLv3+ 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T10:21:03.332 INFO:teuthology.orchestra.run.smithi069.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:Relocations : (not relocatable) 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:Packager : CentOS BuildSystem 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:Vendor : CentOS 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:Summary : Support tools for GRUB. 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:Description : 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:hardware devices. 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:21:03.333 INFO:teuthology.orchestra.run.smithi069.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T10:21:03.334 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T10:21:03.334 INFO:teuthology.task.kernel:Updating grub on smithi069 to boot 4.18.0-526.el8.x86_64 2023-12-08T10:21:03.334 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T10:21:04.726 INFO:teuthology.orchestra.run.smithi069.stderr:Generating grub configuration file ... 2023-12-08T10:21:06.927 INFO:teuthology.orchestra.run.smithi069.stderr:done 2023-12-08T10:21:06.928 DEBUG:teuthology.orchestra.run.smithi069:> mktemp 2023-12-08T10:21:06.957 INFO:teuthology.orchestra.run.smithi069.stdout:/tmp/tmp.3PUoDZ8aNQ 2023-12-08T10:21:06.957 DEBUG:teuthology.orchestra.run.smithi069:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3PUoDZ8aNQ 2023-12-08T10:21:07.044 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0666 /tmp/tmp.3PUoDZ8aNQ 2023-12-08T10:21:07.142 DEBUG:teuthology.orchestra.remote:smithi069:/tmp/tmp.3PUoDZ8aNQ is 6KB 2023-12-08T10:21:07.189 DEBUG:teuthology.orchestra.run.smithi069:> rm -fr /tmp/tmp.3PUoDZ8aNQ 2023-12-08T10:21:07.208 DEBUG:teuthology.orchestra.run.smithi069:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T10:21:07.276 INFO:teuthology.orchestra.run.smithi069.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T10:21:07.276 INFO:teuthology.orchestra.run.smithi069.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T10:21:07.276 INFO:teuthology.orchestra.run.smithi069.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T10:21:07.276 INFO:teuthology.orchestra.run.smithi069.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T10:21:07.277 DEBUG:teuthology.orchestra.run.smithi069:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T10:21:07.439 DEBUG:teuthology.orchestra.run.smithi069:> sudo shutdown -r now 2023-12-08T10:21:08.958 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:08.984 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:09.341 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:09.341 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-08T10:21:09.341 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-08T10:21:10.175 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-08T10:21:10.175 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:21:10.175 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2023-12-08T10:21:10.176 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-08T10:21:10.176 INFO:teuthology.orchestra.run.smithi022.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-08T10:21:10.176 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:21:10.176 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-08T10:21:10.368 DEBUG:teuthology.orchestra.run.smithi022:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T10:21:10.644 INFO:teuthology.orchestra.run.smithi022.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T10:21:10.645 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T10:21:10.645 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-08T10:21:10.645 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T10:21:10.645 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T10:21:10.645 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T10:21:10.645 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi022.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T10:21:10.645 DEBUG:teuthology.orchestra.run.smithi022:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T10:21:10.863 INFO:teuthology.orchestra.run.smithi022.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-08T10:21:10.863 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-08T10:21:10.864 DEBUG:teuthology.orchestra.run.smithi022:> sudo rpm -qi grub2-tools 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Name : grub2-tools 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Epoch : 1 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Version : 2.02 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Release : 129.el8 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Architecture: x86_64 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-08T10:21:10.898 INFO:teuthology.orchestra.run.smithi022.stdout:Group : System Environment/Base 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Size : 9265586 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:License : GPLv3+ 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Relocations : (not relocatable) 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Packager : CentOS BuildSystem 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Vendor : CentOS 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Summary : Support tools for GRUB. 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:Description : 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T10:21:10.899 INFO:teuthology.orchestra.run.smithi022.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T10:21:10.900 INFO:teuthology.orchestra.run.smithi022.stdout:hardware devices. 2023-12-08T10:21:10.900 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:21:10.900 INFO:teuthology.orchestra.run.smithi022.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T10:21:10.900 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T10:21:10.901 INFO:teuthology.task.kernel:Updating grub on smithi022 to boot 4.18.0-526.el8.x86_64 2023-12-08T10:21:10.901 DEBUG:teuthology.orchestra.run.smithi022:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T10:21:12.186 INFO:teuthology.orchestra.run.smithi022.stderr:Generating grub configuration file ... 2023-12-08T10:21:14.347 INFO:teuthology.orchestra.run.smithi022.stderr:done 2023-12-08T10:21:14.349 DEBUG:teuthology.orchestra.run.smithi022:> mktemp 2023-12-08T10:21:14.378 INFO:teuthology.orchestra.run.smithi022.stdout:/tmp/tmp.LUMF3hKDky 2023-12-08T10:21:14.379 DEBUG:teuthology.orchestra.run.smithi022:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.LUMF3hKDky 2023-12-08T10:21:14.451 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0666 /tmp/tmp.LUMF3hKDky 2023-12-08T10:21:14.598 DEBUG:teuthology.orchestra.remote:smithi022:/tmp/tmp.LUMF3hKDky is 6KB 2023-12-08T10:21:14.648 DEBUG:teuthology.orchestra.run.smithi022:> rm -fr /tmp/tmp.LUMF3hKDky 2023-12-08T10:21:14.666 DEBUG:teuthology.orchestra.run.smithi022:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T10:21:14.733 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-08T10:21:14.733 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-08T10:21:14.733 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-08T10:21:14.733 INFO:teuthology.orchestra.run.smithi022.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-08T10:21:14.734 DEBUG:teuthology.orchestra.run.smithi022:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-08T10:21:14.895 DEBUG:teuthology.orchestra.run.smithi022:> sudo shutdown -r now 2023-12-08T10:21:37.462 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T10:21:37.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:21:37.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:21:44.902 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T10:21:44.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:21:44.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:21:55.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.69 2023-12-08T10:22:03.362 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.22 2023-12-08T10:22:04.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:22:04.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:22:12.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:22:12.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:23:04.997 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T10:23:12.379 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T10:23:17.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:23:17.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:23:17.294 DEBUG:teuthology.orchestra.run.smithi069:> true 2023-12-08T10:23:17.625 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:23:17.625 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-08T10:23:17.625 DEBUG:teuthology.orchestra.run.smithi069:> uname -r 2023-12-08T10:23:17.645 INFO:teuthology.orchestra.run.smithi069.stdout:4.18.0-526.el8.x86_64 2023-12-08T10:23:17.646 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T10:23:17.646 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:23:17.646 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T10:23:18.647 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T10:23:18.647 DEBUG:teuthology.orchestra.run.smithi069:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:23:18.734 INFO:teuthology.orchestra.run.smithi069.stdout:ttyS1 2023-12-08T10:23:18.750 DEBUG:teuthology.parallel:result is None 2023-12-08T10:23:24.380 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:23:24.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:23:24.636 DEBUG:teuthology.orchestra.run.smithi022:> true 2023-12-08T10:23:24.985 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:23:24.986 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-08T10:23:24.986 DEBUG:teuthology.orchestra.run.smithi022:> uname -r 2023-12-08T10:23:25.008 INFO:teuthology.orchestra.run.smithi022.stdout:4.18.0-526.el8.x86_64 2023-12-08T10:23:25.008 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-08T10:23:25.008 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T10:23:25.008 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-08T10:23:26.009 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T10:23:26.009 DEBUG:teuthology.orchestra.run.smithi022:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T10:23:26.084 INFO:teuthology.orchestra.run.smithi022.stdout:ttyS1 2023-12-08T10:23:26.097 DEBUG:teuthology.parallel:result is None 2023-12-08T10:23:26.098 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T10:23:26.105 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T10:23:26.105 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:23:26.107 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T10:23:26.129 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T10:23:26.145 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T10:23:26.190 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T10:23:26.190 DEBUG:teuthology.orchestra.run.smithi022:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:23:26.192 DEBUG:teuthology.orchestra.run.smithi069:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T10:23:26.257 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T10:23:26.264 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T10:23:26.264 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:23:26.267 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:23:26.303 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:23:26.314 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:23:26.316 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:23:26.329 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T10:23:26.330 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T10:23:26.341 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T10:23:26.341 DEBUG:teuthology.orchestra.run.smithi022:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T10:23:26.344 DEBUG:teuthology.orchestra.run.smithi069:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T10:23:26.385 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T10:23:26.395 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T10:23:26.395 DEBUG:teuthology.orchestra.run.smithi022:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:23:26.419 DEBUG:teuthology.orchestra.run.smithi069:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T10:23:26.445 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:23:26.534 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:23:26.586 DEBUG:teuthology.orchestra.run.smithi022:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:23:26.676 DEBUG:teuthology.orchestra.run.smithi022:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:23:26.726 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:23:26.726 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:23:26.801 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:23:26.852 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T10:23:26.907 DEBUG:teuthology.orchestra.run.smithi069:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:23:26.993 DEBUG:teuthology.orchestra.run.smithi069:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T10:23:27.040 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:23:27.040 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T10:23:27.109 DEBUG:teuthology.orchestra.run.smithi022:> sudo service rsyslog restart 2023-12-08T10:23:27.112 DEBUG:teuthology.orchestra.run.smithi069:> sudo service rsyslog restart 2023-12-08T10:23:27.171 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:23:27.206 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:23:27.613 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T10:23:27.621 INFO:teuthology.task.internal:Starting timer... 2023-12-08T10:23:27.621 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T10:23:27.667 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T10:23:27.698 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T10:23:27.698 DEBUG:teuthology.orchestra.run.smithi022:> sudo service auditd rotate 2023-12-08T10:23:27.797 INFO:teuthology.orchestra.run.smithi022.stdout:Rotating logs: 2023-12-08T10:23:27.799 DEBUG:teuthology.orchestra.run.smithi069:> sudo service auditd rotate 2023-12-08T10:23:27.879 INFO:teuthology.orchestra.run.smithi069.stdout:Rotating logs: 2023-12-08T10:23:27.880 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T10:23:27.881 DEBUG:teuthology.orchestra.run.smithi022:> /usr/sbin/getenforce 2023-12-08T10:23:27.936 INFO:teuthology.orchestra.run.smithi022.stdout:Permissive 2023-12-08T10:23:27.936 DEBUG:teuthology.orchestra.run.smithi069:> /usr/sbin/getenforce 2023-12-08T10:23:27.988 INFO:teuthology.orchestra.run.smithi069.stdout:Permissive 2023-12-08T10:23:27.988 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi022.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi069.front.sepia.ceph.com': 'permissive'} 2023-12-08T10:23:27.989 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:23:28.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:23:28.025 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:23:28.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:23:28.053 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T10:23:28.053 DEBUG:teuthology.orchestra.run.smithi022:> sudo /usr/sbin/setenforce permissive 2023-12-08T10:23:28.098 DEBUG:teuthology.orchestra.run.smithi069:> sudo /usr/sbin/setenforce permissive 2023-12-08T10:23:28.135 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T10:23:28.145 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-08T10:23:28.151 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-08T10:23:28.305 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T10:23:28.323 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-12-08T10:23:28.324 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi022.front.sepia.ceph.com,smithi069.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T10:31:42.672 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi022.front.sepia.ceph.com'), Remote(name='ubuntu@smithi069.front.sepia.ceph.com')] 2023-12-08T10:31:42.673 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:31:42.674 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi022.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:31:42.748 DEBUG:teuthology.orchestra.run.smithi022:> true 2023-12-08T10:31:42.825 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi022.front.sepia.ceph.com' 2023-12-08T10:31:42.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:31:42.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi069.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T10:31:42.898 DEBUG:teuthology.orchestra.run.smithi069:> true 2023-12-08T10:31:42.927 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi069.front.sepia.ceph.com' 2023-12-08T10:31:42.927 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T10:31:42.938 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T10:31:42.938 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:31:42.939 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:31:42.941 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T10:31:42.941 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:31:42.978 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T10:31:42.995 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T10:31:43.001 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T10:31:43.016 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T10:31:43.069 INFO:teuthology.orchestra.run.smithi022.stderr:sudo: ntpd: command not found 2023-12-08T10:31:43.082 INFO:teuthology.orchestra.run.smithi069.stderr:sudo: ntpd: command not found 2023-12-08T10:31:43.084 INFO:teuthology.orchestra.run.smithi022.stdout:506 Cannot talk to daemon 2023-12-08T10:31:43.094 INFO:teuthology.orchestra.run.smithi069.stdout:506 Cannot talk to daemon 2023-12-08T10:31:43.100 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T10:31:43.108 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T10:31:43.116 INFO:teuthology.orchestra.run.smithi022.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T10:31:43.120 INFO:teuthology.orchestra.run.smithi069.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T10:31:43.186 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.190 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.191 INFO:teuthology.orchestra.run.smithi069.stderr:bash: ntpq: command not found 2023-12-08T10:31:43.195 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:31:43.195 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2023-12-08T10:31:43.195 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.195 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.195 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.196 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:31:43.196 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T10:31:43.205 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T10:31:43.205 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:31:43.206 DEBUG:teuthology.orchestra.run.smithi022:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T10:31:43.206 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi069.front.sepia.ceph.com 2023-12-08T10:31:43.206 DEBUG:teuthology.orchestra.run.smithi069:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T10:31:44.108 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:02:25 ago on Fri 08 Dec 2023 10:29:18 AM UTC. 2023-12-08T10:31:44.247 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:01:48 ago on Fri 08 Dec 2023 10:29:56 AM UTC. 2023-12-08T10:31:46.270 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout: Package Architecture Version Repository Size 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout:Resetting modules: 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout: container-tools 2023-12-08T10:31:46.271 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:31:46.272 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2023-12-08T10:31:46.272 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:46.272 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:31:46.516 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2023-12-08T10:31:46.662 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout: Package Architecture Version Repository Size 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout:Resetting modules: 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:46.663 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:31:46.949 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-08T10:31:47.474 INFO:teuthology.orchestra.run.smithi069.stdout:Last metadata expiration check: 0:02:29 ago on Fri 08 Dec 2023 10:29:18 AM UTC. 2023-12-08T10:31:48.026 INFO:teuthology.orchestra.run.smithi022.stdout:Last metadata expiration check: 0:01:51 ago on Fri 08 Dec 2023 10:29:56 AM UTC. 2023-12-08T10:31:49.604 INFO:teuthology.orchestra.run.smithi069.stdout:Dependencies resolved. 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout: Package Arch Version Repository Size 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout:Installing group/module packages: 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T10:31:49.789 INFO:teuthology.orchestra.run.smithi069.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout:Installing dependencies: 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout:Installing weak dependencies: 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T10:31:49.790 INFO:teuthology.orchestra.run.smithi069.stdout:Installing module profiles: 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout: container-tools/common 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout:Enabling module streams: 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout: container-tools rhel8 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction Summary 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout:================================================================================ 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout:Install 13 Packages 2023-12-08T10:31:49.791 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:31:49.792 INFO:teuthology.orchestra.run.smithi069.stdout:Total download size: 27 M 2023-12-08T10:31:49.792 INFO:teuthology.orchestra.run.smithi069.stdout:Installed size: 89 M 2023-12-08T10:31:49.792 INFO:teuthology.orchestra.run.smithi069.stdout:Downloading Packages: 2023-12-08T10:31:50.372 INFO:teuthology.orchestra.run.smithi022.stdout:Dependencies resolved. 2023-12-08T10:31:50.578 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: Package Arch Version Repository Size 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout:Installing group/module packages: 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-08T10:31:50.579 INFO:teuthology.orchestra.run.smithi022.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout:Installing dependencies: 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout:Installing weak dependencies: 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout:Installing module profiles: 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools/common 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout:Enabling module streams: 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: container-tools rhel8 2023-12-08T10:31:50.580 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction Summary 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:================================================================================ 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:Install 13 Packages 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:Total download size: 27 M 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:Installed size: 89 M 2023-12-08T10:31:50.581 INFO:teuthology.orchestra.run.smithi022.stdout:Downloading Packages: 2023-12-08T10:31:50.661 INFO:teuthology.orchestra.run.smithi069.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-12-08T10:31:50.762 INFO:teuthology.orchestra.run.smithi069.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 369 kB/s | 38 kB 00:00 2023-12-08T10:31:50.796 INFO:teuthology.orchestra.run.smithi069.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-12-08T10:31:50.869 INFO:teuthology.orchestra.run.smithi069.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-08T10:31:51.014 INFO:teuthology.orchestra.run.smithi069.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-08T10:31:51.114 INFO:teuthology.orchestra.run.smithi069.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-12-08T10:31:51.197 INFO:teuthology.orchestra.run.smithi069.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-08T10:31:51.998 INFO:teuthology.orchestra.run.smithi069.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.3 MB/s | 3.9 MB 00:01 2023-12-08T10:31:52.438 INFO:teuthology.orchestra.run.smithi022.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 451 kB/s | 750 kB 00:01 2023-12-08T10:31:52.531 INFO:teuthology.orchestra.run.smithi022.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-12-08T10:31:52.540 INFO:teuthology.orchestra.run.smithi069.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.8 MB/s | 9.6 MB 00:02 2023-12-08T10:31:52.705 INFO:teuthology.orchestra.run.smithi022.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 532 kB/s | 1.0 MB 00:01 2023-12-08T10:31:52.719 INFO:teuthology.orchestra.run.smithi069.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 294 kB/s | 53 kB 00:00 2023-12-08T10:31:52.765 INFO:teuthology.orchestra.run.smithi069.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.3 MB/s | 2.5 MB 00:00 2023-12-08T10:31:52.797 INFO:teuthology.orchestra.run.smithi022.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 902 kB/s | 241 kB 00:00 2023-12-08T10:31:52.807 INFO:teuthology.orchestra.run.smithi069.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 465 kB/s | 41 kB 00:00 2023-12-08T10:31:52.899 INFO:teuthology.orchestra.run.smithi069.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.8 MB/s | 8.1 MB 00:01 2023-12-08T10:31:52.900 INFO:teuthology.orchestra.run.smithi069.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:31:52.900 INFO:teuthology.orchestra.run.smithi069.stdout:Total 8.6 MB/s | 27 MB 00:03 2023-12-08T10:31:53.006 INFO:teuthology.orchestra.run.smithi022.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 853 kB/s | 178 kB 00:00 2023-12-08T10:31:53.132 INFO:teuthology.orchestra.run.smithi022.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 198 kB/s | 25 kB 00:00 2023-12-08T10:31:53.170 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction check 2023-12-08T10:31:53.190 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction check succeeded. 2023-12-08T10:31:53.190 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction test 2023-12-08T10:31:53.223 INFO:teuthology.orchestra.run.smithi022.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-08T10:31:53.451 INFO:teuthology.orchestra.run.smithi069.stdout:Transaction test succeeded. 2023-12-08T10:31:53.454 INFO:teuthology.orchestra.run.smithi069.stdout:Running transaction 2023-12-08T10:31:54.148 INFO:teuthology.orchestra.run.smithi069.stdout: Preparing : 1/1 2023-12-08T10:31:54.361 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T10:31:54.554 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T10:31:54.742 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T10:31:54.982 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T10:31:55.074 INFO:teuthology.orchestra.run.smithi022.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 2.2 MB/s | 9.6 MB 00:04 2023-12-08T10:31:55.554 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T10:31:55.733 INFO:teuthology.orchestra.run.smithi022.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.3 MB/s | 3.9 MB 00:03 2023-12-08T10:31:55.774 INFO:teuthology.orchestra.run.smithi022.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.6 MB/s | 2.5 MB 00:00 2023-12-08T10:31:55.816 INFO:teuthology.orchestra.run.smithi022.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 631 kB/s | 53 kB 00:00 2023-12-08T10:31:55.858 INFO:teuthology.orchestra.run.smithi022.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 491 kB/s | 41 kB 00:00 2023-12-08T10:31:56.566 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T10:31:56.792 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T10:31:57.026 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T10:31:57.308 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T10:31:57.408 INFO:teuthology.orchestra.run.smithi022.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.9 MB/s | 8.1 MB 00:04 2023-12-08T10:31:57.408 INFO:teuthology.orchestra.run.smithi022.stdout:-------------------------------------------------------------------------------- 2023-12-08T10:31:57.408 INFO:teuthology.orchestra.run.smithi022.stdout:Total 3.9 MB/s | 27 MB 00:06 2023-12-08T10:31:57.697 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction check 2023-12-08T10:31:57.709 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T10:31:57.722 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction check succeeded. 2023-12-08T10:31:57.722 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction test 2023-12-08T10:31:57.995 INFO:teuthology.orchestra.run.smithi022.stdout:Transaction test succeeded. 2023-12-08T10:31:57.998 INFO:teuthology.orchestra.run.smithi022.stdout:Running transaction 2023-12-08T10:31:58.603 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T10:31:58.697 INFO:teuthology.orchestra.run.smithi022.stdout: Preparing : 1/1 2023-12-08T10:31:58.803 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T10:31:58.903 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-08T10:31:59.019 INFO:teuthology.orchestra.run.smithi069.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T10:31:59.190 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-08T10:31:59.385 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-08T10:31:59.460 INFO:teuthology.orchestra.run.smithi069.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T10:31:59.460 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T10:31:59.460 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T10:31:59.460 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T10:31:59.461 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T10:31:59.639 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T10:32:00.212 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-08T10:32:00.234 INFO:teuthology.orchestra.run.smithi069.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T10:32:00.234 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:32:00.234 INFO:teuthology.orchestra.run.smithi069.stdout:Installed: 2023-12-08T10:32:00.234 INFO:teuthology.orchestra.run.smithi069.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.235 INFO:teuthology.orchestra.run.smithi069.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.235 INFO:teuthology.orchestra.run.smithi069.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:00.235 INFO:teuthology.orchestra.run.smithi069.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T10:32:00.235 INFO:teuthology.orchestra.run.smithi069.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:00.236 INFO:teuthology.orchestra.run.smithi069.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T10:32:00.237 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:32:00.237 INFO:teuthology.orchestra.run.smithi069.stdout:Complete! 2023-12-08T10:32:00.476 DEBUG:teuthology.parallel:result is None 2023-12-08T10:32:01.344 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T10:32:01.561 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-08T10:32:01.783 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-08T10:32:02.009 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-08T10:32:02.445 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-08T10:32:03.410 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T10:32:03.621 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-08T10:32:03.794 INFO:teuthology.orchestra.run.smithi022.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T10:32:04.293 INFO:teuthology.orchestra.run.smithi022.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-08T10:32:04.293 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-08T10:32:04.293 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-08T10:32:04.293 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-08T10:32:04.294 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-08T10:32:05.160 INFO:teuthology.orchestra.run.smithi022.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-08T10:32:05.160 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout:Installed: 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-08T10:32:05.161 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:32:05.162 INFO:teuthology.orchestra.run.smithi022.stdout:Complete! 2023-12-08T10:32:05.452 DEBUG:teuthology.parallel:result is None 2023-12-08T10:32:05.452 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T10:32:05.463 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T10:32:05.464 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:32:05.464 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:32:05.484 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-12-08T10:32:05.484 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_1 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 390996 Links: 1 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:32:03.981081424 +0000 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:31:00.265931265 +0000 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:31:00.265931265 +0000 2023-12-08T10:32:05.546 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:32:05.547 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:32:05.619 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:32:05.619 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:32:05.619 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000118586 s, 4.3 MB/s 2023-12-08T10:32:05.621 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:32:05.685 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_2 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 395152 Links: 1 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:32:03.981081424 +0000 2023-12-08T10:32:05.748 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:31:00.835923800 +0000 2023-12-08T10:32:05.749 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:31:00.835923800 +0000 2023-12-08T10:32:05.749 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:32:05.749 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:32:05.822 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:32:05.822 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:32:05.822 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000112916 s, 4.5 MB/s 2023-12-08T10:32:05.823 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:32:05.888 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_3 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 396431 Links: 1 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:32:03.981081424 +0000 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:31:01.400916401 +0000 2023-12-08T10:32:05.951 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:31:01.400916401 +0000 2023-12-08T10:32:05.952 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:32:05.952 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:32:06.024 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:32:06.024 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:32:06.024 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000116944 s, 4.4 MB/s 2023-12-08T10:32:06.025 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:32:06.091 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/vg_nvme/lv_4 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 398644 Links: 1 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:32:03.981081424 +0000 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:31:01.977908845 +0000 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:31:01.977908845 +0000 2023-12-08T10:32:06.155 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:32:06.156 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:32:06.228 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:32:06.228 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:32:06.228 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000107805 s, 4.7 MB/s 2023-12-08T10:32:06.229 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:32:06.293 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:32:06.430 INFO:teuthology.orchestra.run.smithi022.stdout:loop 2023-12-08T10:32:06.434 INFO:tasks.nvme_loop:Connecting nvme_loop smithi022:/dev/vg_nvme/lv_1... 2023-12-08T10:32:06.434 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:32:06.477 INFO:teuthology.orchestra.run.smithi022.stdout:1 2023-12-08T10:32:06.516 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:32:06.559 INFO:tasks.nvme_loop:Connecting nvme_loop smithi022:/dev/vg_nvme/lv_2... 2023-12-08T10:32:06.559 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:32:06.601 INFO:teuthology.orchestra.run.smithi022.stdout:1 2023-12-08T10:32:06.639 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:32:06.680 INFO:tasks.nvme_loop:Connecting nvme_loop smithi022:/dev/vg_nvme/lv_3... 2023-12-08T10:32:06.680 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:32:06.761 INFO:teuthology.orchestra.run.smithi022.stdout:1 2023-12-08T10:32:06.799 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:32:06.847 INFO:tasks.nvme_loop:Connecting nvme_loop smithi022:/dev/vg_nvme/lv_4... 2023-12-08T10:32:06.847 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:32:06.927 INFO:teuthology.orchestra.run.smithi022.stdout:1 2023-12-08T10:32:06.965 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:32:07.006 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:32:07.006 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:32:07.065 DEBUG:teuthology.orchestra.run.smithi022:> sudo nvme list 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/nvme0n1 PHMB747402EC480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/nvme1n1 8bb3107fa81dbfa6791e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/nvme2n1 6cbe124ba9513bcce426 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/nvme3n1 e22aae58c4f00187d859 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:07.138 INFO:teuthology.orchestra.run.smithi022.stdout:/dev/nvme4n1 a8202dabd0cd3e5132a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:07.139 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:32:07.139 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:32:07.140 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/scratch_devs 2023-12-08T10:32:07.215 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:32:07.215 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:32:07.238 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-12-08T10:32:07.238 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_1 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 386046 Links: 1 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:31:59.168269741 +0000 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:30:16.450146320 +0000 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:30:16.450146320 +0000 2023-12-08T10:32:07.302 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:32:07.303 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T10:32:07.371 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:32:07.371 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:32:07.371 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000247766 s, 2.1 MB/s 2023-12-08T10:32:07.372 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T10:32:07.434 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_2 2023-12-08T10:32:07.494 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 397363 Links: 1 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:31:59.168269741 +0000 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:30:16.987134180 +0000 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:30:16.987134180 +0000 2023-12-08T10:32:07.495 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:32:07.495 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T10:32:07.563 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:32:07.564 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:32:07.564 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000221779 s, 2.3 MB/s 2023-12-08T10:32:07.565 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T10:32:07.625 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_3 2023-12-08T10:32:07.683 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 388003 Links: 1 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:31:59.168269741 +0000 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:30:17.489122832 +0000 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:30:17.489122832 +0000 2023-12-08T10:32:07.684 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:32:07.684 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T10:32:07.750 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:32:07.751 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:32:07.751 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000217894 s, 2.3 MB/s 2023-12-08T10:32:07.752 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T10:32:07.811 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/vg_nvme/lv_4 2023-12-08T10:32:07.869 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 388089 Links: 1 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:31:59.168269741 +0000 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:30:17.992111461 +0000 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:30:17.992111461 +0000 2023-12-08T10:32:07.870 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:32:07.870 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T10:32:07.936 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:32:07.936 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:32:07.936 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000211417 s, 2.4 MB/s 2023-12-08T10:32:07.937 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T10:32:07.997 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:32:08.113 INFO:teuthology.orchestra.run.smithi069.stdout:loop 2023-12-08T10:32:08.113 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2023-12-08T10:32:08.114 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:32:08.148 INFO:teuthology.orchestra.run.smithi069.stdout:1 2023-12-08T10:32:08.181 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_11 2023-12-08T10:32:08.219 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2023-12-08T10:32:08.220 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:32:08.296 INFO:teuthology.orchestra.run.smithi069.stdout:1 2023-12-08T10:32:08.328 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_21 2023-12-08T10:32:08.366 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2023-12-08T10:32:08.366 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:32:08.440 INFO:teuthology.orchestra.run.smithi069.stdout:1 2023-12-08T10:32:08.473 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_31 2023-12-08T10:32:08.510 INFO:tasks.nvme_loop:Connecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2023-12-08T10:32:08.510 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:32:08.586 INFO:teuthology.orchestra.run.smithi069.stdout:1 2023-12-08T10:32:08.619 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/vg_nvme/lv_41 2023-12-08T10:32:08.656 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:32:08.656 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:32:08.718 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme list 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme0n1 PHFT620400Y0400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme1n1 b34a63abb51e58b8508a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme2n1 d67e0ee944cbd7c863a3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme3n1 6553986a1eeefe8594d6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:08.785 INFO:teuthology.orchestra.run.smithi069.stdout:/dev/nvme4n1 04f7a23ed2f7826d94bc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-08T10:32:08.786 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:32:08.786 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:32:08.786 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2023-12-08T10:32:08.852 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T10:32:08.943 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T10:32:08.944 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T10:32:08.944 INFO:tasks.cephadm:Cluster fsid is 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:08.944 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T10:32:08.945 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T10:32:08.945 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi022': '172.21.15.22', 'mon.smithi069': '172.21.15.69'} 2023-12-08T10:32:08.945 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T10:32:08.945 DEBUG:teuthology.orchestra.run.smithi022:> sudo hostname $(hostname -s) 2023-12-08T10:32:08.982 DEBUG:teuthology.orchestra.run.smithi069:> sudo hostname $(hostname -s) 2023-12-08T10:32:09.009 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T10:32:09.010 DEBUG:teuthology.orchestra.run.smithi022:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.190 INFO:teuthology.orchestra.run.smithi022.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 10:32 /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.191 DEBUG:teuthology.orchestra.run.smithi069:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.395 INFO:teuthology.orchestra.run.smithi069.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 10:32 /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.396 DEBUG:teuthology.orchestra.run.smithi022:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.421 DEBUG:teuthology.orchestra.run.smithi069:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T10:32:09.450 DEBUG:teuthology.orchestra.run.smithi022:> sudo mkdir -p /etc/ceph 2023-12-08T10:32:09.495 DEBUG:teuthology.orchestra.run.smithi069:> sudo mkdir -p /etc/ceph 2023-12-08T10:32:09.522 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 777 /etc/ceph 2023-12-08T10:32:09.569 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 777 /etc/ceph 2023-12-08T10:32:09.595 INFO:tasks.cephadm:Writing seed config... 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T10:32:09.596 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T10:32:09.597 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T10:32:09.597 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T10:32:09.597 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:32:09.597 DEBUG:teuthology.orchestra.run.smithi022:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T10:32:09.632 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 = 0a4c2bca-95b5-11ee-95a3-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-08T10:32:09.632 DEBUG:teuthology.orchestra.run.smithi022:mon.smithi022> sudo journalctl -f -n 0 -u ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service 2023-12-08T10:32:09.675 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T10:32:09.675 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.22 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:32:09.709 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:-- Logs begin at Fri 2023-12-08 10:22:33 UTC. -- 2023-12-08T10:32:10.025 INFO:teuthology.orchestra.run.smithi022.stderr:-------------------------------------------------------------------------------- 2023-12-08T10:32:10.026 INFO:teuthology.orchestra.run.smithi022.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', '0a4c2bca-95b5-11ee-95a3-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.22', '--skip-admin-label'] 2023-12-08T10:32:11.406 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.6.1 2023-12-08T10:32:11.416 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying podman|docker is present... 2023-12-08T10:32:11.442 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.6.1 2023-12-08T10:32:11.452 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying lvm2 is present... 2023-12-08T10:32:11.452 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying time synchronization is in place... 2023-12-08T10:32:11.459 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:32:11.466 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:32:11.474 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: enabled 2023-12-08T10:32:11.480 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: active 2023-12-08T10:32:11.481 INFO:teuthology.orchestra.run.smithi022.stderr:Unit chronyd.service is enabled and running 2023-12-08T10:32:11.481 INFO:teuthology.orchestra.run.smithi022.stderr:Repeating the final host check... 2023-12-08T10:32:11.504 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 4.6.1 2023-12-08T10:32:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-08T10:32:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl is present 2023-12-08T10:32:11.513 INFO:teuthology.orchestra.run.smithi022.stderr:lvcreate is present 2023-12-08T10:32:11.520 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T10:32:11.526 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:32:11.534 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: enabled 2023-12-08T10:32:11.539 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: active 2023-12-08T10:32:11.540 INFO:teuthology.orchestra.run.smithi022.stderr:Unit chronyd.service is enabled and running 2023-12-08T10:32:11.540 INFO:teuthology.orchestra.run.smithi022.stderr:Host looks OK 2023-12-08T10:32:11.540 INFO:teuthology.orchestra.run.smithi022.stderr:Cluster fsid: 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:11.540 INFO:teuthology.orchestra.run.smithi022.stderr:Acquiring lock 140623777087896 on /run/cephadm/0a4c2bca-95b5-11ee-95a3-87774f69a715.lock 2023-12-08T10:32:11.540 INFO:teuthology.orchestra.run.smithi022.stderr:Lock 140623777087896 acquired on /run/cephadm/0a4c2bca-95b5-11ee-95a3-87774f69a715.lock 2023-12-08T10:32:11.541 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying IP 172.21.15.22 port 3300 ... 2023-12-08T10:32:11.541 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying IP 172.21.15.22 port 6789 ... 2023-12-08T10:32:11.541 INFO:teuthology.orchestra.run.smithi022.stderr:Base mon IP(s) is [172.21.15.22:3300, 172.21.15.22:6789], mon addrv is [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2023-12-08T10:32:11.545 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.22 metric 100 2023-12-08T10:32:11.545 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.22 metric 100 2023-12-08T10:32:11.548 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T10:32:11.548 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-08T10:32:11.548 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:5de4/64 scope link 2023-12-08T10:32:11.551 INFO:teuthology.orchestra.run.smithi022.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T10:32:11.552 INFO:teuthology.orchestra.run.smithi022.stderr:Mon IP `172.21.15.22` is in CIDR network `172.21.0.0/20` 2023-12-08T10:32:11.553 INFO:teuthology.orchestra.run.smithi022.stderr:Mon IP `172.21.15.22` is in CIDR network `172.21.0.0/20` 2023-12-08T10:32:11.553 INFO:teuthology.orchestra.run.smithi022.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T10:32:11.553 INFO:teuthology.orchestra.run.smithi022.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T10:32:11.554 INFO:teuthology.orchestra.run.smithi022.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:32:11.657 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T10:32:11.746 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Getting image source signatures 2023-12-08T10:32:11.758 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying blob sha256:eb7ecf2ef1f5cb07b1bdc469a60d9fc5b8a61f3c896fe87f949df505a29c3e63 2023-12-08T10:32:11.758 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-08T10:32:33.536 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Copying config sha256:03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T10:32:33.602 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T10:32:33.918 INFO:teuthology.orchestra.run.smithi022.stderr:/bin/podman: 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T10:32:34.608 INFO:teuthology.orchestra.run.smithi022.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:32:35.034 INFO:teuthology.orchestra.run.smithi022.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T10:32:35.034 INFO:teuthology.orchestra.run.smithi022.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T10:32:35.312 INFO:teuthology.orchestra.run.smithi022.stderr:stat: 167 167 2023-12-08T10:32:35.627 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial keys... 2023-12-08T10:32:35.954 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQDD8HJlF8EbNhAAW2uaEUjWr/QAPYP07X64TQ== 2023-12-08T10:32:36.552 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQDE8HJlvWobIBAAGKLMVtRGrq9FVDMWslOX8g== 2023-12-08T10:32:37.237 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-authtool: AQDF8HJliphsCxAA05mys/QZKCVKTrOKSI6mcw== 2023-12-08T10:32:37.650 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial monmap... 2023-12-08T10:32:37.926 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:32:37.927 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:37.927 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:32:38.267 INFO:teuthology.orchestra.run.smithi022.stderr:monmaptool for smithi022 [v2:172.21.15.22:3300,v1:172.21.15.22:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T10:32:38.267 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: set fsid to 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:38.267 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T10:32:38.267 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:32:38.267 INFO:teuthology.orchestra.run.smithi022.stderr:Creating mon... 2023-12-08T10:32:38.569 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.538+0000 7ff584787880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:32:38.569 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.539+0000 7ff584787880 1 imported monmap: 2023-12-08T10:32:38.569 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T10:32:38.569 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:38.569 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T10:32:37.924081+0000 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: created 2023-12-08T10:32:37.924081+0000 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon.smithi022 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.539+0000 7ff584787880 0 /usr/bin/ceph-mon: set fsid to 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: DB SUMMARY 2023-12-08T10:32:38.570 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi022/store.db dir, Total Num: 0, files: 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi022/store.db: 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.env: 0x559eb5107080 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.info_log: 0x559eb6399380 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:32:38.571 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi022/store.db 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:32:38.572 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.write_buffer_manager: 0x559eb639f980 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:32:38.573 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.row_cache: None 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:32:38.574 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:32:38.575 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:32:38.576 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.540+0000 7ff584787880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000001 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.merge_operator: 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559eb62afd30) 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T10:32:38.577 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache: 0x559eb62e4d10 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T10:32:38.578 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T10:32:38.579 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:32:38.580 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:32:38.581 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:32:38.582 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:32:38.583 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi022/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-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.541+0000 7ff584787880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.584 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.542+0000 7ff584787880 4 rocksdb: DB pointer 0x559eb63ad800 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.542+0000 7ff56d60e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.542+0000 7ff56d60e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:32:38.585 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.588 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.589 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:38.590 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:38.590 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:38.590 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:38.590 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:32:38.590 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:32:38.591 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:32:38.591 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.591 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.591 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:38.592 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:38.593 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:32:38.594 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: 2023-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.544+0000 7ff584787880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T10:32:38.595 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.544+0000 7ff584787880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T10:32:38.596 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph-mon: debug 2023-12-08T10:32:38.544+0000 7ff584787880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi022 for mon.smithi022 2023-12-08T10:32:38.888 INFO:teuthology.orchestra.run.smithi022.stderr:create mon.smithi022 on 2023-12-08T10:32:39.010 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T10:32:39.122 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target. 2023-12-08T10:32:39.122 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target. 2023-12-08T10:32:39.358 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to reset failed state of unit ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service: Unit ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service not loaded. 2023-12-08T10:32:39.366 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target.wants/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service → /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@.service. 2023-12-08T10:32:39.472 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:39 smithi022 systemd[1]: Starting Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:32:39.868 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2023-12-08T10:32:39.877 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:32:39.878 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2023-12-08T10:32:39.878 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:32:39.879 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mon to start... 2023-12-08T10:32:39.879 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mon... 2023-12-08T10:32:40.155 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:39 smithi022 bash[107728]: 5e9a6c99cd9ab6d5e232efdd6d863661008eaa8473f94d84ae9635bffbf4176d 2023-12-08T10:32:40.155 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:39 smithi022 systemd[1]: Started Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715. 2023-12-08T10:32:40.155 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.899355+0000 mon.smithi022 (mon.0) 0 : [INF] mkfs 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:40.155 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.881528+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: cluster: 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: id: 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: services: 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi022 (age 0.615701s) 2023-12-08T10:32:40.517 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: data: 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: pgs: 2023-12-08T10:32:40.518 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:40.886 INFO:teuthology.orchestra.run.smithi022.stderr:mon is available 2023-12-08T10:32:40.887 INFO:teuthology.orchestra.run.smithi022.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T10:32:41.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.898299+0000 mon.smithi022 (mon.0) 2 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2023-12-08T10:32:41.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.898513+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} removed_ranks: {} 2023-12-08T10:32:41.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.900963+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T10:32:41.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.903435+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:32:41.087 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: cluster 2023-12-08T10:32:39.904046+0000 mon.smithi022 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:32:41.088 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: audit 2023-12-08T10:32:40.513951+0000 mon.smithi022 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.22:0/1861630405' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T10:32:41.434 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:41.434 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [global] 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: fsid = 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.22:3300,v1:172.21.15.22:6789] 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:32:41.435 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:32:41.779 INFO:teuthology.orchestra.run.smithi022.stderr:Generating new minimal ceph.conf... 2023-12-08T10:32:41.972 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: audit 2023-12-08T10:32:41.428234+0000 mon.smithi022 (mon.0) 8 : audit [INF] from='client.? 172.21.15.22:0/956216177' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:32:41.972 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: audit 2023-12-08T10:32:41.431114+0000 mon.smithi022 (mon.0) 9 : audit [INF] from='client.? 172.21.15.22:0/956216177' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T10:32:42.620 INFO:teuthology.orchestra.run.smithi022.stderr:Restarting the monitor... 2023-12-08T10:32:42.841 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:42 smithi022 systemd[1]: Stopping Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:32:42.841 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:42 smithi022 bash[108065]: Error: no container with name or ID "ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon.smithi022" found: no such container 2023-12-08T10:32:43.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: debug 2023-12-08T10:32:42.839+0000 7fb2da5b4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi022 -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-12-08T10:32:43.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[107743]: debug 2023-12-08T10:32:42.839+0000 7fb2da5b4700 -1 mon.smithi022@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T10:32:43.419 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 bash[108105]: ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022 2023-12-08T10:32:43.718 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 systemd[1]: ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service: Succeeded. 2023-12-08T10:32:43.718 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 systemd[1]: Stopped Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715. 2023-12-08T10:32:43.718 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 systemd[1]: Starting Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:32:43.788 INFO:teuthology.orchestra.run.smithi022.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T10:32:44.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.779+0000 7f2ff9490880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:32:44.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.779+0000 7f2ff9490880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:32:44.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.779+0000 7f2ff9490880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:32:44.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 bash[108225]: 7a8c704359faec626dbc4f1d296d67502fba3db87e38e773f314e4a7e1d668c1 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 systemd[1]: Started Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715. 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.784+0000 7f2ff9490880 0 load: jerasure load: lrc load: isa 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: DB SUMMARY 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:32:44.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi022/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi022/store.db: 000006.log size: 81188 ; 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:32:44.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.env: 0x562e4725e080 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.info_log: 0x562e48d4bd20 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:32:44.102 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi022/store.db 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:32:44.103 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.write_buffer_manager: 0x562e499a2480 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:32:44.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.row_cache: None 2023-12-08T10:32:44.106 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:32:44.107 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:32:44.108 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:32:44.109 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi022/store.db/MANIFEST-000005 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.merge_operator: 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.785+0000 7f2ff9490880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562e48cfbd28) 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cache_index_and_filter_blocks: 1 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:32:44.110 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: pin_top_level_index_and_filter: 1 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: index_type: 0 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: data_block_index_type: 0 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: index_shortening: 1 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: hash_index_allow_collision: 1 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: checksum: 1 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: no_block_cache: 0 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_cache: 0x562e48d30f10 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_cache_name: BinnedLRUCache 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_cache_options: 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: capacity : 536870912 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: num_shard_bits : 4 2023-12-08T10:32:44.111 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: strict_capacity_limit : 0 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: high_pri_pool_ratio: 0.000 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_cache_compressed: (nil) 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: persistent_cache: (nil) 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_size: 4096 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_size_deviation: 10 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_restart_interval: 16 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: index_block_restart_interval: 1 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: metadata_block_size: 4096 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: partition_filters: 0 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: use_delta_encoding: 1 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: whole_key_filtering: 1 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: verify_compression: 0 2023-12-08T10:32:44.112 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: read_amp_bytes_per_bit: 0 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: format_version: 2 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: enable_index_compression: 1 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: block_align: 0 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:32:44.113 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:32:44.114 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:32:44.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:32:44.116 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:32:44.117 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi022/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-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031563787567, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.786+0000 7f2ff9490880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.787+0000 7f2ff9490880 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-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.787+0000 7f2ff9490880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031563788593, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78191, "table_properties": {"data_size": 76485, "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": 71055, "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": 1702031563, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.787+0000 7f2ff9490880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.788+0000 7f2ff9490880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031563789114, "job": 1, "event": "recovery_finished"} 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.789+0000 7f2ff9490880 4 rocksdb: DB pointer 0x562e48df9800 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.789+0000 7f2fe0296700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:32:44.118 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.789+0000 7f2fe0296700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** DB Stats ** 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** Compaction Stats [default] ** 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.119 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** Compaction Stats [default] ** 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Cumulative compaction: 0.00 GB write, 22.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Interval compaction: 0.00 GB write, 22.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:32:44.120 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** Compaction Stats [default] ** 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** Compaction Stats [default] ** 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.7 0.00 0.00 1 0.001 0 0 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:32:44.121 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Cumulative compaction: 0.00 GB write, 22.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.790+0000 7f2ff9490880 0 starting mon.smithi022 rank 0 at public addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] at bind addrs [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi022 fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 1 mon.smithi022@-1(???) e1 preinit fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).mds e1 new map 2023-12-08T10:32:44.122 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).mds e1 print_map 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: e1 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: legacy client fscid: -1 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: No filesystems configured 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 0 mon.smithi022@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:41.428234+0000 mon.smithi022 (mon.0) 8 : audit [INF] from='client.? 172.21.15.22:0/956216177' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:41.431114+0000 mon.smithi022 (mon.0) 9 : audit [INF] from='client.? 172.21.15.22:0/956216177' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:32:43.791+0000 7f2ff9490880 1 mon.smithi022@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T10:32:44.123 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:43.807652+0000 mon.smithi022 (mon.0) 1 : cluster [INF] mon.smithi022 is new leader, mons smithi022 in quorum (ranks 0) 2023-12-08T10:32:44.124 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:43.807723+0000 mon.smithi022 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0]} removed_ranks: {} 2023-12-08T10:32:44.124 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:43.808201+0000 mon.smithi022 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T10:32:44.124 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:43.808239+0000 mon.smithi022 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T10:32:44.124 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:43.808641+0000 mon.smithi022 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T10:32:44.550 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T10:32:44.551 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:32:44.551 INFO:teuthology.orchestra.run.smithi022.stderr:Creating mgr... 2023-12-08T10:32:44.551 INFO:teuthology.orchestra.run.smithi022.stderr:Verifying port 9283 ... 2023-12-08T10:32:44.706 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Failed to reset failed state of unit ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mgr.smithi022.tswrql.service: Unit ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mgr.smithi022.tswrql.service not loaded. 2023-12-08T10:32:44.712 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715.target.wants/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mgr.smithi022.tswrql.service → /etc/systemd/system/ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@.service. 2023-12-08T10:32:45.248 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2023-12-08T10:32:45.257 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:32:45.258 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2023-12-08T10:32:45.258 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T10:32:45.266 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2023-12-08T10:32:45.275 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:32:45.276 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2023-12-08T10:32:45.276 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T10:32:45.276 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr to start... 2023-12-08T10:32:45.276 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr... 2023-12-08T10:32:45.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:44.249276+0000 mon.smithi022 (mon.0) 6 : audit [INF] from='client.? 172.21.15.22:0/839698489' entity='client.admin' 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "0a4c2bca-95b5-11ee-95a3-87774f69a715", 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2023-12-08T10:32:45.746 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:32:45.747 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.748 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:32:45.749 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:32:39.899846+0000", 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:45.750 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:45.751 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:32:45.751 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:32:46.095 INFO:teuthology.orchestra.run.smithi022.stderr:mgr not available, waiting (1/15)... 2023-12-08T10:32:46.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:45.738936+0000 mon.smithi022 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.22:0/1296480023' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:32:48.555 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "0a4c2bca-95b5-11ee-95a3-87774f69a715", 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2023-12-08T10:32:48.556 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.557 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:32:48.558 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:32:48.559 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:32:39.899846+0000", 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:32:48.560 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:32:48.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:48.548833+0000 mon.smithi022 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.22:0/608125932' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:32:48.894 INFO:teuthology.orchestra.run.smithi022.stderr:mgr not available, waiting (2/15)... 2023-12-08T10:32:51.381 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "0a4c2bca-95b5-11ee-95a3-87774f69a715", 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:32:51.382 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:32:51.383 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:51.384 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:32:51.385 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:51.386 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": false, 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:32:51.387 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:51.388 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:51.388 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.388 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:32:51.388 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:51.388 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:32:39.899846+0000", 2023-12-08T10:32:51.389 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:51.389 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:51.389 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:32:51.389 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:32:51.525 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:51.274716+0000 mon.smithi022 (mon.0) 9 : cluster [INF] Activating manager daemon smithi022.tswrql 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:51.277670+0000 mon.smithi022 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi022.tswrql(active, starting, since 0.00306846s) 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.278918+0000 mon.smithi022 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.279148+0000 mon.smithi022 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.279346+0000 mon.smithi022 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.279556+0000 mon.smithi022 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.279782+0000 mon.smithi022 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi022.tswrql", "id": "smithi022.tswrql"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:51.281789+0000 mon.smithi022 (mon.0) 16 : cluster [INF] Manager daemon smithi022.tswrql is now available 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.294085+0000 mon.smithi022 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.300114+0000 mon.smithi022 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.303234+0000 mon.smithi022 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/trash_purge_schedule"}]: dispatch 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.305092+0000 mon.smithi022 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' 2023-12-08T10:32:51.526 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.307203+0000 mon.smithi022 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.22:0/3203678535' entity='mgr.smithi022.tswrql' 2023-12-08T10:32:51.711 INFO:teuthology.orchestra.run.smithi022.stderr:mgr not available, waiting (3/15)... 2023-12-08T10:32:52.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:51.369122+0000 mon.smithi022 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.22:0/770896883' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:32:52.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:52.280598+0000 mon.smithi022 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi022.tswrql(active, since 1.00599s) 2023-12-08T10:32:54.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:53.330089+0000 mon.smithi022 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi022.tswrql(active, since 2s) 2023-12-08T10:32:54.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:54.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:32:54.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsid": "0a4c2bca-95b5-11ee-95a3-87774f69a715", 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "health": { 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 0 2023-12-08T10:32:54.871 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "smithi022" 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:54.872 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T10:32:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T10:32:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T10:32:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:54.873 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T10:32:54.874 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T10:32:54.874 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T10:32:54.874 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T10:32:54.874 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T10:32:54.874 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T10:32:54.875 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T10:32:54.876 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "iostat", 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "nfs", 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "restful" 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ], 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "modified": "2023-12-08T10:32:39.899846+0000", 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "services": {} 2023-12-08T10:32:54.877 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: }, 2023-12-08T10:32:54.878 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T10:32:54.881 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:32:55.210 INFO:teuthology.orchestra.run.smithi022.stderr:mgr is available 2023-12-08T10:32:55.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:54.857278+0000 mon.smithi022 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.22:0/4248351848' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [global] 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: fsid = 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [mgr] 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 2023-12-08T10:32:55.769 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: [osd] 2023-12-08T10:32:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T10:32:55.771 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T10:32:56.110 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling cephadm module... 2023-12-08T10:32:56.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:55.766023+0000 mon.smithi022 (mon.0) 26 : audit [INF] from='client.? 172.21.15.22:0/3277917508' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T10:32:57.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:56.723092+0000 mon.smithi022 (mon.0) 27 : audit [INF] from='client.? 172.21.15.22:0/1989544327' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T10:32:58.297 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:32:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T10:32:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:32:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "active_name": "smithi022.tswrql", 2023-12-08T10:32:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:32:58.298 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:32:58.594 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:57.334947+0000 mon.smithi022 (mon.0) 28 : audit [INF] from='client.? 172.21.15.22:0/1989544327' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T10:32:58.595 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:32:57.335020+0000 mon.smithi022 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi022.tswrql(active, since 6s) 2023-12-08T10:32:58.595 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:32:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:32:58.294852+0000 mon.smithi022 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.22:0/4139223313' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:32:58.634 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for the mgr to restart... 2023-12-08T10:32:58.634 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr epoch 5... 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:03.607576+0000 mon.smithi022 (mon.0) 31 : cluster [INF] Active manager daemon smithi022.tswrql restarted 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:03.607841+0000 mon.smithi022 (mon.0) 32 : cluster [INF] Activating manager daemon smithi022.tswrql 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:03.610797+0000 mon.smithi022 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:03.610947+0000 mon.smithi022 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi022.tswrql(active, starting, since 0.00321029s) 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.611806+0000 mon.smithi022 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.612556+0000 mon.smithi022 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi022.tswrql", "id": "smithi022.tswrql"}]: dispatch 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.613290+0000 mon.smithi022 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.613486+0000 mon.smithi022 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.613644+0000 mon.smithi022 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:33:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:03.627207+0000 mon.smithi022 (mon.0) 40 : cluster [INF] Manager daemon smithi022.tswrql is now available 2023-12-08T10:33:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.641381+0000 mon.smithi022 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:04.621 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:33:04.622 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T10:33:04.622 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:33:04.622 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:03.638634+0000 mgr.smithi022.tswrql (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.740698+0000 mon.smithi022 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.741870+0000 mon.smithi022 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.743413+0000 mon.smithi022 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.745989+0000 mon.smithi022 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.761812+0000 mon.smithi022 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:03.764767+0000 mon.smithi022 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/trash_purge_schedule"}]: dispatch 2023-12-08T10:33:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:04.613776+0000 mon.smithi022 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi022.tswrql(active, since 1.00604s) 2023-12-08T10:33:06.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:04.612999+0000 mgr.smithi022.tswrql (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:33:06.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:04.619859+0000 mgr.smithi022.tswrql (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:33:07.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:05.743492+0000 mon.smithi022 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi022.tswrql(active, since 2s) 2023-12-08T10:33:07.316 INFO:teuthology.orchestra.run.smithi022.stderr:mgr epoch 5 is available 2023-12-08T10:33:07.316 INFO:teuthology.orchestra.run.smithi022.stderr:Setting orchestrator backend to cephadm... 2023-12-08T10:33:08.911 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: value unchanged 2023-12-08T10:33:09.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:08.023331+0000 mgr.smithi022.tswrql (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:09.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:08.027650+0000 mon.smithi022 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:09.227 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:08.075480+0000 mon.smithi022 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:09.248 INFO:teuthology.orchestra.run.smithi022.stderr:Generating ssh key... 2023-12-08T10:33:10.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:08.909890+0000 mgr.smithi022.tswrql (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:11.314 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLU2TisMU9GJqh/Yl/OIHNtyiVSp0JztC/ItONSxTFr6gjFVit+u1PzqrRH2J2RcPGRETM4L8cnZeJ5RSSkg8Sz/SJo/bEQzdXWBjpkw331ofhVstUudCmRD6Y8s8Ynw22GU7sYBh2r9uA0cNiu7F0Jd18CUNlL+NabXyBInOmLruEd2/dZ9i426NNelh5WfLdk9cTpvJzVGhXbzS9kQ51oqF+PnYMu02pDy+aIxkwAe/BGorf0dtn89H1DeaI0eRtSQLTTtps8YNNFlRzgGB47IGLkZnpG1hEM3Af8HGHEQQpfgQNFVE+Fgte4bi5W0NsHO3SMo1Xov4yUc88yjExnZuLPFVtgrTht0GLtASUBAfmYB9LNGrgG5J0vw1y2qIZEM4ORUTk7UcEavADK34oFbuc/dfv0TO3Pr89TTsKsu+Wl2uYjM47fl3971T/ul9pyAdCr1Lijh/ayTMin4OnObDgrB0nWS/PXmy0q5QWDnz6kY7a0ICJDTufNqMGS5E= ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:33:11.339 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:09.812739+0000 mgr.smithi022.tswrql (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:11.339 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:09.812997+0000 mgr.smithi022.tswrql (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2023-12-08T10:33:11.339 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:10.405454+0000 mon.smithi022 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:11.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:10.407195+0000 mon.smithi022 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:11.666 INFO:teuthology.orchestra.run.smithi022.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:33:11.666 INFO:teuthology.orchestra.run.smithi022.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T10:33:11.667 INFO:teuthology.orchestra.run.smithi022.stderr:Adding host smithi022... 2023-12-08T10:33:12.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:11.312716+0000 mgr.smithi022.tswrql (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:12.936 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Added host 'smithi022' with addr '172.21.15.22' 2023-12-08T10:33:13.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:12.258981+0000 mgr.smithi022.tswrql (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi022", "addr": "172.21.15.22", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:13.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:12.932879+0000 mon.smithi022 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:13.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:12.948409+0000 mon.smithi022 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:13.314 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying mon service with default placement... 2023-12-08T10:33:13.908 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T10:33:14.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:12.933211+0000 mgr.smithi022.tswrql (mgr.14118) 10 : cephadm [INF] Added host smithi022 2023-12-08T10:33:14.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:13.905767+0000 mon.smithi022 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:14.250 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying mgr service with default placement... 2023-12-08T10:33:14.974 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T10:33:15.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:13.902156+0000 mgr.smithi022.tswrql (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:15.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:13.903433+0000 mgr.smithi022.tswrql (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T10:33:15.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:14.733418+0000 mon.smithi022 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:15.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:14.972287+0000 mon.smithi022 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:15.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:15.009603+0000 mon.smithi022 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:15.323 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying crash service with default placement... 2023-12-08T10:33:16.022 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T10:33:16.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:14.968682+0000 mgr.smithi022.tswrql (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:16.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:14.969626+0000 mgr.smithi022.tswrql (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T10:33:16.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:16.020253+0000 mon.smithi022 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:16.055 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:16.026831+0000 mon.smithi022 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:16.373 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying prometheus service with default placement... 2023-12-08T10:33:17.135 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T10:33:17.329 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:16.016050+0000 mgr.smithi022.tswrql (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:17.330 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:16.017520+0000 mgr.smithi022.tswrql (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T10:33:17.481 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying grafana service with default placement... 2023-12-08T10:33:18.076 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T10:33:18.392 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:17.130107+0000 mgr.smithi022.tswrql (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:18.392 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:17.131071+0000 mgr.smithi022.tswrql (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T10:33:18.392 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:17.133449+0000 mon.smithi022 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:18.392 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:18.074669+0000 mon.smithi022 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:18.447 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying node-exporter service with default placement... 2023-12-08T10:33:19.033 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T10:33:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:18.071199+0000 mgr.smithi022.tswrql (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:18.072139+0000 mgr.smithi022.tswrql (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T10:33:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:19.032183+0000 mon.smithi022 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:19.372 INFO:teuthology.orchestra.run.smithi022.stderr:Deploying alertmanager service with default placement... 2023-12-08T10:33:19.992 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T10:33:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:19.028748+0000 mgr.smithi022.tswrql (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:19.029699+0000 mgr.smithi022.tswrql (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T10:33:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:19.990462+0000 mon.smithi022 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.22:0/1314308932' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:21.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:19.987186+0000 mgr.smithi022.tswrql (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:21.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:19.988154+0000 mgr.smithi022.tswrql (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T10:33:21.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:20.909861+0000 mon.smithi022 (mon.0) 66 : audit [INF] from='client.? 172.21.15.22:0/2920692520' entity='client.admin' 2023-12-08T10:33:22.138 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling the dashboard module... 2023-12-08T10:33:23.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:21.839356+0000 mon.smithi022 (mon.0) 67 : audit [INF] from='client.? 172.21.15.22:0/4107905584' entity='client.admin' 2023-12-08T10:33:23.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:22.743344+0000 mon.smithi022 (mon.0) 68 : audit [INF] from='client.? 172.21.15.22:0/2003800465' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T10:33:23.869 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:33:23.869 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T10:33:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "available": true, 2023-12-08T10:33:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "active_name": "smithi022.tswrql", 2023-12-08T10:33:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T10:33:23.870 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:33:24.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:22.842376+0000 mon.smithi022 (mon.0) 69 : audit [INF] from='client.? 172.21.15.22:0/2003800465' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T10:33:24.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:22.842462+0000 mon.smithi022 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi022.tswrql(active, since 19s) 2023-12-08T10:33:24.205 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for the mgr to restart... 2023-12-08T10:33:24.205 INFO:teuthology.orchestra.run.smithi022.stderr:Waiting for mgr epoch 9... 2023-12-08T10:33:25.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:23.866920+0000 mon.smithi022 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.22:0/581917480' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T10:33:30.047 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: { 2023-12-08T10:33:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T10:33:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T10:33:30.048 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: } 2023-12-08T10:33:30.072 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:29.032758+0000 mon.smithi022 (mon.0) 72 : cluster [INF] Active manager daemon smithi022.tswrql restarted 2023-12-08T10:33:30.072 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:29.033078+0000 mon.smithi022 (mon.0) 73 : cluster [INF] Activating manager daemon smithi022.tswrql 2023-12-08T10:33:30.072 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:29.036197+0000 mon.smithi022 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:29.036339+0000 mon.smithi022 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi022.tswrql(active, starting, since 0.00336653s) 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.037508+0000 mon.smithi022 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.038273+0000 mon.smithi022 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi022.tswrql", "id": "smithi022.tswrql"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.039057+0000 mon.smithi022 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.039232+0000 mon.smithi022 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.039383+0000 mon.smithi022 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:29.053433+0000 mon.smithi022 (mon.0) 81 : cluster [INF] Manager daemon smithi022.tswrql is now available 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.161855+0000 mon.smithi022 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.163516+0000 mon.smithi022 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.192098+0000 mon.smithi022 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:33:30.073 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:29.195797+0000 mon.smithi022 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/trash_purge_schedule"}]: dispatch 2023-12-08T10:33:30.428 INFO:teuthology.orchestra.run.smithi022.stderr:mgr epoch 9 is available 2023-12-08T10:33:30.429 INFO:teuthology.orchestra.run.smithi022.stderr:Generating a dashboard self-signed certificate... 2023-12-08T10:33:31.221 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T10:33:31.243 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:30.037958+0000 mgr.smithi022.tswrql (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T10:33:31.243 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:30.038339+0000 mon.smithi022 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi022.tswrql(active, since 1.00536s) 2023-12-08T10:33:31.243 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:30.044928+0000 mgr.smithi022.tswrql (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T10:33:31.243 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:30.143696+0000 mon.smithi022 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:31.562 INFO:teuthology.orchestra.run.smithi022.stderr:Creating initial admin user... 2023-12-08T10:33:32.427 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$yueP5Zp9tXOwjef/Z79wQOa9ftWme9yso9/wz5fTmBJNtUDWAcZ.i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702031612, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T10:33:32.455 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:31.145300+0000 mon.smithi022 (mon.0) 88 : cluster [DBG] mgrmap e12: smithi022.tswrql(active, since 2s) 2023-12-08T10:33:32.455 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:31.156130+0000 mgr.smithi022.tswrql (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:32.455 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:31.217295+0000 mon.smithi022 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:32.455 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:31.219208+0000 mon.smithi022 (mon.0) 90 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:32.778 INFO:teuthology.orchestra.run.smithi022.stderr:Fetching dashboard port number... 2023-12-08T10:33:33.321 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: 8443 2023-12-08T10:33:33.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:32.174145+0000 mgr.smithi022.tswrql (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:33.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:32.425754+0000 mon.smithi022 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:33.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:33.319518+0000 mon.smithi022 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.22:0/2301828321' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T10:33:33.688 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: disabled 2023-12-08T10:33:33.698 INFO:teuthology.orchestra.run.smithi022.stderr:systemctl: inactive 2023-12-08T10:33:33.698 INFO:teuthology.orchestra.run.smithi022.stderr:firewalld.service is not enabled 2023-12-08T10:33:33.698 INFO:teuthology.orchestra.run.smithi022.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T10:33:33.701 INFO:teuthology.orchestra.run.smithi022.stderr:Ceph Dashboard is now available at: 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr: URL: https://smithi022.front.sepia.ceph.com:8443/ 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr: User: admin 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr: Password: 4jvza95ink 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:33.702 INFO:teuthology.orchestra.run.smithi022.stderr:Enabling autotune for osd_memory_target 2023-12-08T10:33:35.285 INFO:teuthology.orchestra.run.smithi022.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T10:33:35.645 INFO:teuthology.orchestra.run.smithi022.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T10:33:35.645 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.645 INFO:teuthology.orchestra.run.smithi022.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:33:35.645 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.645 INFO:teuthology.orchestra.run.smithi022.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: ceph telemetry on 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr:For more information see: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:33:35.646 INFO:teuthology.orchestra.run.smithi022.stderr:Bootstrap complete. 2023-12-08T10:33:35.690 INFO:tasks.cephadm:Fetching config... 2023-12-08T10:33:35.691 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:33:35.691 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T10:33:35.712 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T10:33:35.713 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:33:35.713 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T10:33:35.773 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T10:33:35.774 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:33:35.774 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/keyring of=/dev/stdout 2023-12-08T10:33:35.850 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T10:33:35.851 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:33:35.851 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T10:33:35.913 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T10:33:35.913 DEBUG:teuthology.orchestra.run.smithi022:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLU2TisMU9GJqh/Yl/OIHNtyiVSp0JztC/ItONSxTFr6gjFVit+u1PzqrRH2J2RcPGRETM4L8cnZeJ5RSSkg8Sz/SJo/bEQzdXWBjpkw331ofhVstUudCmRD6Y8s8Ynw22GU7sYBh2r9uA0cNiu7F0Jd18CUNlL+NabXyBInOmLruEd2/dZ9i426NNelh5WfLdk9cTpvJzVGhXbzS9kQ51oqF+PnYMu02pDy+aIxkwAe/BGorf0dtn89H1DeaI0eRtSQLTTtps8YNNFlRzgGB47IGLkZnpG1hEM3Af8HGHEQQpfgQNFVE+Fgte4bi5W0NsHO3SMo1Xov4yUc88yjExnZuLPFVtgrTht0GLtASUBAfmYB9LNGrgG5J0vw1y2qIZEM4ORUTk7UcEavADK34oFbuc/dfv0TO3Pr89TTsKsu+Wl2uYjM47fl3971T/ul9pyAdCr1Lijh/ayTMin4OnObDgrB0nWS/PXmy0q5QWDnz6kY7a0ICJDTufNqMGS5E= ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:33:35.995 INFO:teuthology.orchestra.run.smithi022.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLU2TisMU9GJqh/Yl/OIHNtyiVSp0JztC/ItONSxTFr6gjFVit+u1PzqrRH2J2RcPGRETM4L8cnZeJ5RSSkg8Sz/SJo/bEQzdXWBjpkw331ofhVstUudCmRD6Y8s8Ynw22GU7sYBh2r9uA0cNiu7F0Jd18CUNlL+NabXyBInOmLruEd2/dZ9i426NNelh5WfLdk9cTpvJzVGhXbzS9kQ51oqF+PnYMu02pDy+aIxkwAe/BGorf0dtn89H1DeaI0eRtSQLTTtps8YNNFlRzgGB47IGLkZnpG1hEM3Af8HGHEQQpfgQNFVE+Fgte4bi5W0NsHO3SMo1Xov4yUc88yjExnZuLPFVtgrTht0GLtASUBAfmYB9LNGrgG5J0vw1y2qIZEM4ORUTk7UcEavADK34oFbuc/dfv0TO3Pr89TTsKsu+Wl2uYjM47fl3971T/ul9pyAdCr1Lijh/ayTMin4OnObDgrB0nWS/PXmy0q5QWDnz6kY7a0ICJDTufNqMGS5E= ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:33:36.007 DEBUG:teuthology.orchestra.run.smithi069:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLU2TisMU9GJqh/Yl/OIHNtyiVSp0JztC/ItONSxTFr6gjFVit+u1PzqrRH2J2RcPGRETM4L8cnZeJ5RSSkg8Sz/SJo/bEQzdXWBjpkw331ofhVstUudCmRD6Y8s8Ynw22GU7sYBh2r9uA0cNiu7F0Jd18CUNlL+NabXyBInOmLruEd2/dZ9i426NNelh5WfLdk9cTpvJzVGhXbzS9kQ51oqF+PnYMu02pDy+aIxkwAe/BGorf0dtn89H1DeaI0eRtSQLTTtps8YNNFlRzgGB47IGLkZnpG1hEM3Af8HGHEQQpfgQNFVE+Fgte4bi5W0NsHO3SMo1Xov4yUc88yjExnZuLPFVtgrTht0GLtASUBAfmYB9LNGrgG5J0vw1y2qIZEM4ORUTk7UcEavADK34oFbuc/dfv0TO3Pr89TTsKsu+Wl2uYjM47fl3971T/ul9pyAdCr1Lijh/ayTMin4OnObDgrB0nWS/PXmy0q5QWDnz6kY7a0ICJDTufNqMGS5E= ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T10:33:36.052 INFO:teuthology.orchestra.run.smithi069.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLU2TisMU9GJqh/Yl/OIHNtyiVSp0JztC/ItONSxTFr6gjFVit+u1PzqrRH2J2RcPGRETM4L8cnZeJ5RSSkg8Sz/SJo/bEQzdXWBjpkw331ofhVstUudCmRD6Y8s8Ynw22GU7sYBh2r9uA0cNiu7F0Jd18CUNlL+NabXyBInOmLruEd2/dZ9i426NNelh5WfLdk9cTpvJzVGhXbzS9kQ51oqF+PnYMu02pDy+aIxkwAe/BGorf0dtn89H1DeaI0eRtSQLTTtps8YNNFlRzgGB47IGLkZnpG1hEM3Af8HGHEQQpfgQNFVE+Fgte4bi5W0NsHO3SMo1Xov4yUc88yjExnZuLPFVtgrTht0GLtASUBAfmYB9LNGrgG5J0vw1y2qIZEM4ORUTk7UcEavADK34oFbuc/dfv0TO3Pr89TTsKsu+Wl2uYjM47fl3971T/ul9pyAdCr1Lijh/ayTMin4OnObDgrB0nWS/PXmy0q5QWDnz6kY7a0ICJDTufNqMGS5E= ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:33:36.064 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T10:33:36.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:35.110747+0000 mon.smithi022 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi022.tswrql(active, since 6s) 2023-12-08T10:33:36.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:35.281280+0000 mon.smithi022 (mon.0) 94 : audit [INF] from='client.? 172.21.15.22:0/72434738' entity='client.admin' 2023-12-08T10:33:38.137 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T10:33:38.137 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T10:33:38.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:37.508889+0000 mon.smithi022 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:38.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:37.720604+0000 mon.smithi022 (mon.0) 96 : audit [INF] from='client.? 172.21.15.22:0/435963328' entity='client.admin' 2023-12-08T10:33:38.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:37.928427+0000 mon.smithi022 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd/host:smithi022", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:33:38.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:37.931921+0000 mon.smithi022 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:40.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:37.940990+0000 mgr.smithi022.tswrql (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi022 on smithi022 2023-12-08T10:33:40.545 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi069 2023-12-08T10:33:40.545 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:33:40.545 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/etc/ceph/ceph.conf 2023-12-08T10:33:40.568 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:33:40.568 DEBUG:teuthology.orchestra.run.smithi069:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:33:40.628 INFO:tasks.cephadm:Adding host smithi069 to orchestrator... 2023-12-08T10:33:40.629 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch host add smithi069 2023-12-08T10:33:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:39.931405+0000 mgr.smithi022.tswrql (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:33:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:39.934018+0000 mon.smithi022 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:44.134945+0000 mon.smithi022 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:44.136775+0000 mon.smithi022 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:44.138470+0000 mon.smithi022 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:44.139162+0000 mon.smithi022 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:44.139791+0000 mgr.smithi022.tswrql (mgr.14158) 7 : cephadm [INF] Deploying daemon crash.smithi022 on smithi022 2023-12-08T10:33:45.251 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:44.190563+0000 mon.smithi022 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.832142+0000 mon.smithi022 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.934344+0000 mon.smithi022 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.936259+0000 mon.smithi022 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.938442+0000 mon.smithi022 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:33:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.941241+0000 mon.smithi022 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:48.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:45.938809+0000 mgr.smithi022.tswrql (mgr.14158) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T10:33:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:45.948995+0000 mgr.smithi022.tswrql (mgr.14158) 9 : cephadm [INF] Deploying daemon grafana.smithi022 on smithi022 2023-12-08T10:33:50.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:49.040253+0000 mgr.smithi022.tswrql (mgr.14158) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:33:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:49.193963+0000 mon.smithi022 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:52.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:51.040522+0000 mgr.smithi022.tswrql (mgr.14158) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:33:55.065 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:53.040794+0000 mgr.smithi022.tswrql (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:33:57.061 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:55.041019+0000 mgr.smithi022.tswrql (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:33:58.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:57.041316+0000 mgr.smithi022.tswrql (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:33:58.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:57.051455+0000 mon.smithi022 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:33:58.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:33:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:33:57.055278+0000 mgr.smithi022.tswrql (mgr.14158) 15 : cephadm [INF] Deploying daemon node-exporter.smithi022 on smithi022 2023-12-08T10:34:00.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:33:59.041720+0000 mgr.smithi022.tswrql (mgr.14158) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:59.198214+0000 mon.smithi022 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:59.783786+0000 mon.smithi022 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:33:59.786539+0000 mon.smithi022 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T10:34:02.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:00.786085+0000 mon.smithi022 (mon.0) 115 : audit [INF] from='mgr.14158 172.21.15.22:0/1887383982' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T10:34:02.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:00.786142+0000 mon.smithi022 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi022.tswrql(active, since 31s) 2023-12-08T10:34:07.084 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:06.828747+0000 mon.smithi022 (mon.0) 117 : cluster [INF] Active manager daemon smithi022.tswrql restarted 2023-12-08T10:34:07.084 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:06.829007+0000 mon.smithi022 (mon.0) 118 : cluster [INF] Activating manager daemon smithi022.tswrql 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:06.831874+0000 mon.smithi022 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:06.831971+0000 mon.smithi022 (mon.0) 120 : cluster [DBG] mgrmap e15: smithi022.tswrql(active, starting, since 0.00306138s) 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.832641+0000 mon.smithi022 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.833513+0000 mon.smithi022 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi022.tswrql", "id": "smithi022.tswrql"}]: dispatch 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.834327+0000 mon.smithi022 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.834504+0000 mon.smithi022 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.834649+0000 mon.smithi022 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T10:34:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:06.848514+0000 mon.smithi022 (mon.0) 126 : cluster [INF] Manager daemon smithi022.tswrql is now available 2023-12-08T10:34:08.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.959643+0000 mon.smithi022 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:08.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.961532+0000 mon.smithi022 (mon.0) 128 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:08.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.979775+0000 mon.smithi022 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:08.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:06.995575+0000 mon.smithi022 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/mirror_snapshot_schedule"}]: dispatch 2023-12-08T10:34:08.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:07.004904+0000 mon.smithi022 (mon.0) 131 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi022.tswrql/trash_purge_schedule"}]: dispatch 2023-12-08T10:34:08.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:07.834965+0000 mon.smithi022 (mon.0) 132 : cluster [DBG] mgrmap e16: smithi022.tswrql(active, since 1.00605s) 2023-12-08T10:34:09.644 INFO:teuthology.orchestra.run.smithi069.stdout:Added host 'smithi069' with addr '172.21.15.69' 2023-12-08T10:34:10.016 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T10:34:10.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:09.641449+0000 mon.smithi022 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:10.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:09.641900+0000 mgr.smithi022.tswrql (mgr.14182) 2 : cephadm [INF] Added host smithi069 2023-12-08T10:34:10.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:09.813092+0000 mon.smithi022 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi022.tswrql(active, since 2s) 2023-12-08T10:34:11.406 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:11.406 INFO:teuthology.orchestra.run.smithi069.stdout:[{"addr": "172.21.15.22", "hostname": "smithi022", "labels": [], "status": ""}, {"addr": "172.21.15.69", "hostname": "smithi069", "labels": [], "status": ""}] 2023-12-08T10:34:11.790 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T10:34:11.790 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T10:34:12.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.404757+0000 mgr.smithi022.tswrql (mgr.14182) 3 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:34:12.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.621914+0000 mon.smithi022 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:12.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.944262+0000 mon.smithi022 (mon.0) 136 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd/host:smithi022", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:12.833 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.945322+0000 mon.smithi022 (mon.0) 137 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:12.833 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.946097+0000 mon.smithi022 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:12.833 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.996023+0000 mon.smithi022 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:12.833 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:11.998828+0000 mon.smithi022 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:13.629 INFO:teuthology.orchestra.run.smithi022.stderr:adjusted tunables profile to default 2023-12-08T10:34:14.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:11.947393+0000 mgr.smithi022.tswrql (mgr.14182) 4 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2023-12-08T10:34:14.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:11.967258+0000 mgr.smithi022.tswrql (mgr.14182) 5 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:14.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:12.013415+0000 mgr.smithi022.tswrql (mgr.14182) 6 : cephadm [INF] Deploying daemon prometheus.smithi022 on smithi022 2023-12-08T10:34:14.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:13.268033+0000 mon.smithi022 (mon.0) 141 : audit [INF] from='client.? 172.21.15.22:0/85124265' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T10:34:14.382 INFO:tasks.cephadm:Adding mon.smithi022 on smithi022 2023-12-08T10:34:14.382 INFO:tasks.cephadm:Adding mon.smithi069 on smithi069 2023-12-08T10:34:14.382 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi022:172.21.15.22=smithi022;smithi069:172.21.15.69=smithi069' 2023-12-08T10:34:15.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:13.623537+0000 mon.smithi022 (mon.0) 142 : audit [INF] from='client.? 172.21.15.22:0/85124265' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T10:34:15.104 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:13.623622+0000 mon.smithi022 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:34:15.662 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled mon update... 2023-12-08T10:34:16.043 DEBUG:teuthology.orchestra.run.smithi069:mon.smithi069> sudo journalctl -f -n 0 -u ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi069.service 2023-12-08T10:34:16.045 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:16.045 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:16.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:-- Logs begin at Fri 2023-12-08 10:22:28 UTC. -- 2023-12-08T10:34:17.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:15.655979+0000 mgr.smithi022.tswrql (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi022:172.21.15.22=smithi022;smithi069:172.21.15.69=smithi069", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:34:17.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:15.658018+0000 mgr.smithi022.tswrql (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi022:172.21.15.22=smithi022;smithi069:172.21.15.69=smithi069;count:2 2023-12-08T10:34:17.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:15.660562+0000 mon.smithi022 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:17.462 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:17.462 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":1,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:32:37.924081Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:34:17.463 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 1 2023-12-08T10:34:17.837 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:17.460148+0000 mon.smithi022 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.69:0/2197529361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:18.881 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:18.882 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:20.359 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:20.359 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":1,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:32:37.924081Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:34:20.361 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 1 2023-12-08T10:34:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:19.483018+0000 mon.smithi022 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:19.484196+0000 mon.smithi022 (mon.0) 147 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:19.976834+0000 mon.smithi022 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:20.238084+0000 mon.smithi022 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:20.357730+0000 mon.smithi022 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.69:0/2746953111' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:21.720 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:21.720 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:23.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:21.992941+0000 mon.smithi022 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:23.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:22.063025+0000 mon.smithi022 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:24.282 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:24.282 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":1,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:32:37.924081Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:34:24.284 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 1 2023-12-08T10:34:24.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:23.423499+0000 mon.smithi022 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:23.762040+0000 mon.smithi022 (mon.0) 154 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:23.762895+0000 mon.smithi022 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd/host:smithi069", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:23.764085+0000 mon.smithi022 (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:23.765014+0000 mon.smithi022 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:23.766408+0000 mgr.smithi022.tswrql (mgr.14182) 9 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.215255+0000 mon.smithi022 (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.218066+0000 mon.smithi022 (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.219947+0000 mon.smithi022 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.221858+0000 mon.smithi022 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.222662+0000 mon.smithi022 (mon.0) 162 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:24.280968+0000 mon.smithi022 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.69:0/386531065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:25.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:24.058350+0000 mgr.smithi022.tswrql (mgr.14182) 10 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:25.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:24.223415+0000 mgr.smithi022.tswrql (mgr.14182) 11 : cephadm [INF] Deploying daemon crash.smithi069 on smithi069 2023-12-08T10:34:26.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:26.446 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:27.996 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:27.997 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":1,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:32:37.924081Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:34:27.998 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 1 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:26.835568+0000 mgr.smithi022.tswrql (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.859291+0000 mon.smithi022 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.861775+0000 mon.smithi022 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.nompxv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.863795+0000 mon.smithi022 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.nompxv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.864621+0000 mon.smithi022 (mon.0) 167 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.865589+0000 mon.smithi022 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:26.866320+0000 mgr.smithi022.tswrql (mgr.14182) 13 : cephadm [INF] Deploying daemon mgr.smithi069.nompxv on smithi069 2023-12-08T10:34:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:26.997713+0000 mon.smithi022 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:29.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:27.995152+0000 mon.smithi022 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.69:0/2652412459' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:29.583 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:29.583 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:28.835984+0000 mgr.smithi022.tswrql (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:29.085763+0000 mon.smithi022 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:29.087998+0000 mon.smithi022 (mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:34:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:29.088925+0000 mon.smithi022 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:29.089664+0000 mgr.smithi022.tswrql (mgr.14182) 15 : cephadm [INF] Deploying daemon mon.smithi069 on smithi069 2023-12-08T10:34:31.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 systemd[1]: Starting Ceph mon.smithi069 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:34:31.850 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:31.850 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":1,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:32:37.924081Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T10:34:31.851 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 1 2023-12-08T10:34:32.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.866+0000 7f51b8171880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.866+0000 7f51b8171880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.866+0000 7f51b8171880 0 pidfile_write: ignore empty --pid-file 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.871+0000 7f51b8171880 0 load: jerasure load: lrc load: isa 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: DB SUMMARY 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi069/store.db dir, Total Num: 0, files: 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi069/store.db: 000003.log size: 511 ; 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.env: 0x55de179bf080 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.fs: Posix File System 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.info_log: 0x55de19dafd20 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.statistics: (nil) 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.use_fsync: 0 2023-12-08T10:34:32.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.db_log_dir: 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi069/store.db 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T10:34:32.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.write_buffer_manager: 0x55de1aa06480 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T10:34:32.052 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.unordered_write: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.row_cache: None 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.wal_filter: None 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T10:34:32.053 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T10:34:32.054 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_open_files: -1 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Compression algorithms supported: 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kZSTD supported: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T10:34:32.055 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi069/store.db/MANIFEST-000001 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.merge_operator: 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_filter: None 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55de19d5fd28) 2023-12-08T10:34:32.056 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cache_index_and_filter_blocks: 1 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: pin_top_level_index_and_filter: 1 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: index_type: 0 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: data_block_index_type: 0 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: index_shortening: 1 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: hash_index_allow_collision: 1 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: checksum: 1 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: no_block_cache: 0 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_cache: 0x55de19d94f10 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_cache_name: BinnedLRUCache 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_cache_options: 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: capacity : 536870912 2023-12-08T10:34:32.057 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: num_shard_bits : 4 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: strict_capacity_limit : 0 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: high_pri_pool_ratio: 0.000 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_cache_compressed: (nil) 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: persistent_cache: (nil) 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_size: 4096 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_size_deviation: 10 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_restart_interval: 16 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: index_block_restart_interval: 1 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: metadata_block_size: 4096 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: partition_filters: 0 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: use_delta_encoding: 1 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: whole_key_filtering: 1 2023-12-08T10:34:32.058 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: verify_compression: 0 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: read_amp_bytes_per_bit: 0 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: format_version: 2 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: enable_index_compression: 1 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: block_align: 0 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression: NoCompression 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.num_levels: 7 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T10:34:32.059 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T10:34:32.060 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T10:34:32.061 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T10:34:32.062 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T10:34:32.063 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T10:34:32.063 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T10:34:32.064 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.ttl: 2592000 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.872+0000 7f51b8171880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi069/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-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.065 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031671874356, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 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-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031671874948, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702031671, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.873+0000 7f51b8171880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.874+0000 7f51b8171880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702031671875350, "job": 1, "event": "recovery_finished"} 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.874+0000 7f51b8171880 4 rocksdb: DB pointer 0x55de19e5d800 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.875+0000 7f519ef77700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.875+0000 7f519ef77700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T10:34:32.066 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** DB Stats ** 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** Compaction Stats [default] ** 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.067 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** Compaction Stats [default] ** 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:34:32.068 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** Compaction Stats [default] ** 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** Compaction Stats [default] ** 2023-12-08T10:34:32.069 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.070 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.875+0000 7f51b8171880 0 mon.smithi069 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.875+0000 7f51b8171880 0 using public_addr v2:172.21.15.69:0/0 -> [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.875+0000 7f51b8171880 0 starting mon.smithi069 rank -1 at public addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] at bind addrs [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi069 fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.876+0000 7f51b8171880 1 mon.smithi069@-1(???) e0 preinit fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 bash[111919]: 6553e3f845f069f70252976ee94da52d37c89e3057d4b78e288af7ff419e15b0 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 systemd[1]: Started Ceph mon.smithi069 for 0a4c2bca-95b5-11ee-95a3-87774f69a715. 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.905+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).mds e1 new map 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.905+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).mds e1 print_map 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: e1 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:34:32.071 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: legacy client fscid: -1 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: No filesystems configured 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.905+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.906+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.908+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.908+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.908+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:34:32.072 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.908+0000 7f51a177c700 0 mon.smithi069@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:28.835984+0000 mgr.smithi022.tswrql (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:29.085763+0000 mon.smithi022 (mon.0) 171 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:29.087998+0000 mon.smithi022 (mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:29.088925+0000 mon.smithi022 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:29.089664+0000 mgr.smithi022.tswrql (mgr.14182) 15 : cephadm [INF] Deploying daemon mon.smithi069 on smithi069 2023-12-08T10:34:32.073 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:34:31.908+0000 7f51a177c700 1 mon.smithi069@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T10:34:33.242 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T10:34:33.243 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:31.916835+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:31.917004+0000 mon.smithi022 (mon.0) 177 : cluster [INF] mon.smithi022 calling monitor election 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:31.929690+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:32.836708+0000 mgr.smithi022.tswrql (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:32.913460+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:33.913911+0000 mon.smithi022 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:33.915193+0000 mon.smithi069 (mon.1) 1 : cluster [INF] mon.smithi069 calling monitor election 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:34.599826+0000 mon.smithi022 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi069.nompxv/crt"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:34.837065+0000 mgr.smithi022.tswrql (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:34.914033+0000 mon.smithi022 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:35.913950+0000 mon.smithi022 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.914093+0000 mon.smithi022 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.943575+0000 mon.smithi022 (mon.0) 185 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi069 in quorum (ranks 0,1) 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.949410+0000 mon.smithi022 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0]} removed_ranks: {} 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.961215+0000 mon.smithi022 (mon.0) 187 : cluster [DBG] fsmap 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.961268+0000 mon.smithi022 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.961550+0000 mon.smithi022 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi022.tswrql(active, since 30s) 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.963057+0000 mon.smithi022 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi069.nompxv started 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.964703+0000 mon.smithi022 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.966518+0000 mon.smithi022 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.967083+0000 mon.smithi022 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi069.nompxv/key"}]: dispatch 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.968846+0000 mon.smithi022 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.969367+0000 mon.smithi022 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T10:34:37.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:36.971202+0000 mon.smithi022 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:31.916835+0000 mon.smithi022 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi022"}]: dispatch 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:31.917004+0000 mon.smithi022 (mon.0) 177 : cluster [INF] mon.smithi022 calling monitor election 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:31.929690+0000 mon.smithi022 (mon.0) 178 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:32.836708+0000 mgr.smithi022.tswrql (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:32.913460+0000 mon.smithi022 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:33.913911+0000 mon.smithi022 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:33.915193+0000 mon.smithi069 (mon.1) 1 : cluster [INF] mon.smithi069 calling monitor election 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:34.599826+0000 mon.smithi022 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi069.nompxv/crt"}]: dispatch 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:34.837065+0000 mgr.smithi022.tswrql (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:34.914033+0000 mon.smithi022 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:35.913950+0000 mon.smithi022 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.914093+0000 mon.smithi022 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.943575+0000 mon.smithi022 (mon.0) 185 : cluster [INF] mon.smithi022 is new leader, mons smithi022,smithi069 in quorum (ranks 0,1) 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.949410+0000 mon.smithi022 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi022=[v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0],smithi069=[v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0]} removed_ranks: {} 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.961215+0000 mon.smithi022 (mon.0) 187 : cluster [DBG] fsmap 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.961268+0000 mon.smithi022 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.961550+0000 mon.smithi022 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi022.tswrql(active, since 30s) 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.963057+0000 mon.smithi022 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi069.nompxv started 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.964703+0000 mon.smithi022 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.966518+0000 mon.smithi022 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-08T10:34:37.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.967083+0000 mon.smithi022 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi069.nompxv/key"}]: dispatch 2023-12-08T10:34:37.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.968846+0000 mon.smithi022 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:37.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.969367+0000 mon.smithi022 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.69:0/365888731' entity='mgr.smithi069.nompxv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T10:34:37.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:36.971202+0000 mon.smithi022 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:37.672 INFO:teuthology.orchestra.run.smithi069.stdout: 2023-12-08T10:34:37.673 INFO:teuthology.orchestra.run.smithi069.stdout:{"epoch":2,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","modified":"2023-12-08T10:34:31.914031Z","created":"2023-12-08T10:32:37.924081Z","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":"smithi022","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:3300","nonce":0},{"type":"v1","addr":"172.21.15.22:6789","nonce":0}]},"addr":"172.21.15.22:6789/0","public_addr":"172.21.15.22:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi069","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:3300","nonce":0},{"type":"v1","addr":"172.21.15.69:6789","nonce":0}]},"addr":"172.21.15.69:6789/0","public_addr":"172.21.15.69:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T10:34:37.673 INFO:teuthology.orchestra.run.smithi069.stderr:dumped monmap epoch 2 2023-12-08T10:34:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:36.837396+0000 mgr.smithi022.tswrql (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:36.977374+0000 mgr.smithi022.tswrql (mgr.14182) 20 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2023-12-08T10:34:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:37.022741+0000 mon.smithi022 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi022.tswrql(active, since 30s), standbys: smithi069.nompxv 2023-12-08T10:34:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:37.022932+0000 mon.smithi022 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi069.nompxv", "id": "smithi069.nompxv"}]: dispatch 2023-12-08T10:34:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:37.668427+0000 mon.smithi022 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.69:0/1118889874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:38.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:37.914063+0000 mon.smithi022 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:38.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:36.837396+0000 mgr.smithi022.tswrql (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:36.977374+0000 mgr.smithi022.tswrql (mgr.14182) 20 : cephadm [INF] Deploying daemon node-exporter.smithi069 on smithi069 2023-12-08T10:34:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:37.022741+0000 mon.smithi022 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi022.tswrql(active, since 30s), standbys: smithi069.nompxv 2023-12-08T10:34:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:37.022932+0000 mon.smithi022 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr metadata", "who": "smithi069.nompxv", "id": "smithi069.nompxv"}]: dispatch 2023-12-08T10:34:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:37.668427+0000 mon.smithi022 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.69:0/1118889874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T10:34:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:37.914063+0000 mon.smithi022 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mon metadata", "id": "smithi069"}]: dispatch 2023-12-08T10:34:40.367 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T10:34:40.367 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T10:34:41.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:38.837777+0000 mgr.smithi022.tswrql (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:41.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:38.837777+0000 mgr.smithi022.tswrql (mgr.14182) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:42.101 INFO:teuthology.orchestra.run.smithi022.stdout:# minimal ceph.conf for 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:34:42.101 INFO:teuthology.orchestra.run.smithi022.stdout:[global] 2023-12-08T10:34:42.101 INFO:teuthology.orchestra.run.smithi022.stdout: fsid = 0a4c2bca-95b5-11ee-95a3-87774f69a715 2023-12-08T10:34:42.101 INFO:teuthology.orchestra.run.smithi022.stdout: mon_host = [v2:172.21.15.22:3300/0,v1:172.21.15.22:6789/0] [v2:172.21.15.69:3300/0,v1:172.21.15.69:6789/0] 2023-12-08T10:34:42.503 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T10:34:42.503 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:34:42.503 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:34:42.541 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:34:42.542 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:42.618 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:34:42.618 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T10:34:42.685 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:34:42.685 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T10:34:42.757 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T10:34:42.758 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:34:42.758 DEBUG:teuthology.orchestra.run.smithi022:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:34:42.781 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:34:42.781 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/nvme1n1 2023-12-08T10:34:42.846 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/nvme1n1 2023-12-08T10:34:42.846 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 433459 Links: 1 Device type: 103,1 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:33:37.968850229 +0000 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:33:37.878851411 +0000 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:33:37.878851411 +0000 2023-12-08T10:34:42.847 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:34:42.847 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:34:42.920 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:34:42.920 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:34:42.920 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000158129 s, 3.2 MB/s 2023-12-08T10:34:42.921 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:34:42.986 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/nvme2n1 2023-12-08T10:34:43.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:40.838063+0000 mgr.smithi022.tswrql (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:43.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:42.099741+0000 mon.smithi022 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.22:0/2407959885' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:43.050 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/nvme2n1 2023-12-08T10:34:43.050 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:43.050 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 429625 Links: 1 Device type: 103,2 2023-12-08T10:34:43.050 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:43.050 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:43.051 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:33:37.978850098 +0000 2023-12-08T10:34:43.051 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:33:37.881851371 +0000 2023-12-08T10:34:43.051 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:33:37.881851371 +0000 2023-12-08T10:34:43.051 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:34:43.054 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:34:43.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:40.838063+0000 mgr.smithi022.tswrql (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:43.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:42.099741+0000 mon.smithi022 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.22:0/2407959885' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:43.124 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:34:43.124 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:34:43.124 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000152029 s, 3.4 MB/s 2023-12-08T10:34:43.125 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:34:43.190 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/nvme3n1 2023-12-08T10:34:43.253 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/nvme3n1 2023-12-08T10:34:43.253 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 429768 Links: 1 Device type: 103,3 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:33:37.989849954 +0000 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:33:37.884851332 +0000 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:33:37.884851332 +0000 2023-12-08T10:34:43.254 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:34:43.254 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:34:43.327 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:34:43.327 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:34:43.327 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.000163042 s, 3.1 MB/s 2023-12-08T10:34:43.328 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:34:43.393 DEBUG:teuthology.orchestra.run.smithi022:> stat /dev/nvme4n1 2023-12-08T10:34:43.456 INFO:teuthology.orchestra.run.smithi022.stdout: File: /dev/nvme4n1 2023-12-08T10:34:43.456 INFO:teuthology.orchestra.run.smithi022.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:43.456 INFO:teuthology.orchestra.run.smithi022.stdout:Device: 6h/6d Inode: 429867 Links: 1 Device type: 103,4 2023-12-08T10:34:43.456 INFO:teuthology.orchestra.run.smithi022.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:43.456 INFO:teuthology.orchestra.run.smithi022.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:43.457 INFO:teuthology.orchestra.run.smithi022.stdout:Access: 2023-12-08 10:33:38.000849809 +0000 2023-12-08T10:34:43.457 INFO:teuthology.orchestra.run.smithi022.stdout:Modify: 2023-12-08 10:33:37.887851293 +0000 2023-12-08T10:34:43.457 INFO:teuthology.orchestra.run.smithi022.stdout:Change: 2023-12-08 10:33:37.887851293 +0000 2023-12-08T10:34:43.457 INFO:teuthology.orchestra.run.smithi022.stdout: Birth: - 2023-12-08T10:34:43.457 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:34:43.530 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records in 2023-12-08T10:34:43.530 INFO:teuthology.orchestra.run.smithi022.stderr:1+0 records out 2023-12-08T10:34:43.530 INFO:teuthology.orchestra.run.smithi022.stderr:512 bytes copied, 0.00015782 s, 3.2 MB/s 2023-12-08T10:34:43.531 DEBUG:teuthology.orchestra.run.smithi022:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:34:43.596 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:34:43.596 DEBUG:teuthology.orchestra.run.smithi069:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T10:34:43.617 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T10:34:43.618 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme1n1 2023-12-08T10:34:43.678 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme1n1 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 429389 Links: 1 Device type: 103,1 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:34:22.059035896 +0000 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:34:22.003037166 +0000 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:34:22.003037166 +0000 2023-12-08T10:34:43.679 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:34:43.679 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T10:34:43.749 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:34:43.749 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:34:43.749 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000279457 s, 1.8 MB/s 2023-12-08T10:34:43.750 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T10:34:43.812 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme2n1 2023-12-08T10:34:43.874 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme2n1 2023-12-08T10:34:43.874 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:43.874 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 430967 Links: 1 Device type: 103,2 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:34:22.071035624 +0000 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:34:22.006037098 +0000 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:34:22.006037098 +0000 2023-12-08T10:34:43.875 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:34:43.875 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T10:34:43.943 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:34:43.943 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:34:43.943 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000228715 s, 2.2 MB/s 2023-12-08T10:34:43.944 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T10:34:44.005 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme3n1 2023-12-08T10:34:44.064 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme3n1 2023-12-08T10:34:44.064 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:44.064 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 429498 Links: 1 Device type: 103,3 2023-12-08T10:34:44.064 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:44.065 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:44.065 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:34:22.083035352 +0000 2023-12-08T10:34:44.065 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:34:22.009037030 +0000 2023-12-08T10:34:44.065 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:34:22.009037030 +0000 2023-12-08T10:34:44.065 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:34:44.065 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T10:34:44.133 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:34:44.133 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:34:44.133 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000225815 s, 2.3 MB/s 2023-12-08T10:34:44.134 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T10:34:44.195 DEBUG:teuthology.orchestra.run.smithi069:> stat /dev/nvme4n1 2023-12-08T10:34:44.254 INFO:teuthology.orchestra.run.smithi069.stdout: File: /dev/nvme4n1 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Device: 6h/6d Inode: 429535 Links: 1 Device type: 103,4 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Access: 2023-12-08 10:34:22.094035103 +0000 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Modify: 2023-12-08 10:34:22.011036984 +0000 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout:Change: 2023-12-08 10:34:22.011036984 +0000 2023-12-08T10:34:44.255 INFO:teuthology.orchestra.run.smithi069.stdout: Birth: - 2023-12-08T10:34:44.255 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T10:34:44.324 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records in 2023-12-08T10:34:44.324 INFO:teuthology.orchestra.run.smithi069.stderr:1+0 records out 2023-12-08T10:34:44.325 INFO:teuthology.orchestra.run.smithi069.stderr:512 bytes copied, 0.000262702 s, 1.9 MB/s 2023-12-08T10:34:44.325 DEBUG:teuthology.orchestra.run.smithi069:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T10:34:44.385 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T10:34:45.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:42.838346+0000 mgr.smithi022.tswrql (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:45.100 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:42.838346+0000 mgr.smithi022.tswrql (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:46.206 INFO:teuthology.orchestra.run.smithi069.stdout:Scheduled osd.all-available-devices update... 2023-12-08T10:34:46.862 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T10:34:46.863 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:34:47.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:44.838631+0000 mgr.smithi022.tswrql (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:47.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:45.898114+0000 mon.smithi022 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:45.900201+0000 mon.smithi022 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:46.205101+0000 mon.smithi022 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:47.170 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:44.838631+0000 mgr.smithi022.tswrql (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:47.171 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:45.898114+0000 mon.smithi022 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:47.171 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:45.900201+0000 mon.smithi022 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:34:47.171 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:46.205101+0000 mon.smithi022 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:46.198579+0000 mgr.smithi022.tswrql (mgr.14182) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:46.200561+0000 mgr.smithi022.tswrql (mgr.14182) 26 : cephadm [INF] Marking host: smithi022 for OSDSpec preview refresh. 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:46.200644+0000 mgr.smithi022.tswrql (mgr.14182) 27 : cephadm [INF] Marking host: smithi069 for OSDSpec preview refresh. 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:46.201002+0000 mgr.smithi022.tswrql (mgr.14182) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:46.982269+0000 mon.smithi022 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.334303+0000 mon.smithi022 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.339249+0000 mon.smithi022 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.340209+0000 mon.smithi022 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.341136+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.366685+0000 mon.smithi022 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.453277+0000 mon.smithi022 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.457229+0000 mon.smithi022 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.461679+0000 mon.smithi022 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:48.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.465009+0000 mon.smithi022 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:34:48.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.466207+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:34:48.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.466422+0000 mon.smithi022 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:48.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:47.467029+0000 mon.smithi022 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:46.198579+0000 mgr.smithi022.tswrql (mgr.14182) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:46.200561+0000 mgr.smithi022.tswrql (mgr.14182) 26 : cephadm [INF] Marking host: smithi022 for OSDSpec preview refresh. 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:46.200644+0000 mgr.smithi022.tswrql (mgr.14182) 27 : cephadm [INF] Marking host: smithi069 for OSDSpec preview refresh. 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:46.201002+0000 mgr.smithi022.tswrql (mgr.14182) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:46.982269+0000 mon.smithi022 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.133 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.334303+0000 mon.smithi022 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.339249+0000 mon.smithi022 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.340209+0000 mon.smithi022 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.341136+0000 mon.smithi022 (mon.0) 209 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.366685+0000 mon.smithi022 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.453277+0000 mon.smithi022 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.457229+0000 mon.smithi022 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.461679+0000 mon.smithi022 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.465009+0000 mon.smithi022 (mon.0) 214 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.466207+0000 mon.smithi022 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.466422+0000 mon.smithi022 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:48.134 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:47.467029+0000 mon.smithi022 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:34:49.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:46.839038+0000 mgr.smithi022.tswrql (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:49.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:47.342341+0000 mgr.smithi022.tswrql (mgr.14182) 30 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2023-12-08T10:34:49.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:34:47.342663+0000 mgr.smithi022.tswrql (mgr.14182) 31 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2023-12-08T10:34:49.290 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:34:49.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:46.839038+0000 mgr.smithi022.tswrql (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:49.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:47.342341+0000 mgr.smithi022.tswrql (mgr.14182) 30 : cephadm [INF] Updating smithi022:/etc/ceph/ceph.conf 2023-12-08T10:34:49.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:34:47.342663+0000 mgr.smithi022.tswrql (mgr.14182) 31 : cephadm [INF] Updating smithi069:/etc/ceph/ceph.conf 2023-12-08T10:34:49.676 INFO:teuthology.orchestra.run.smithi022.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-12-08T10:34:50.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:49.289393+0000 mon.smithi069 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.22:0/3229356314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:49.445138+0000 mon.smithi069 (mon.1) 3 : audit [INF] from='client.? 172.21.15.69:0/648200300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]: dispatch 2023-12-08T10:34:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:49.445781+0000 mon.smithi022 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]: dispatch 2023-12-08T10:34:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:49.450938+0000 mon.smithi022 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]': finished 2023-12-08T10:34:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:49.451086+0000 mon.smithi022 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:34:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:49.451242+0000 mon.smithi022 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:49.289393+0000 mon.smithi069 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.22:0/3229356314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:49.445138+0000 mon.smithi069 (mon.1) 3 : audit [INF] from='client.? 172.21.15.69:0/648200300' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]: dispatch 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:49.445781+0000 mon.smithi022 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]: dispatch 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:49.450938+0000 mon.smithi022 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb0aafb8-250e-4003-9d45-69c421a36c4a"}]': finished 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:49.451086+0000 mon.smithi022 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T10:34:50.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:49.451242+0000 mon.smithi022 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:50.677 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:34:51.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:48.839316+0000 mgr.smithi022.tswrql (mgr.14182) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:50.129349+0000 mon.smithi022 (mon.0) 222 : audit [INF] from='client.? 172.21.15.22:0/1174727372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5503a29-3d12-4b71-8c7c-24b68849d021"}]: dispatch 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:50.133433+0000 mon.smithi022 (mon.0) 223 : audit [INF] from='client.? 172.21.15.22:0/1174727372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5503a29-3d12-4b71-8c7c-24b68849d021"}]': finished 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:50.133504+0000 mon.smithi022 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:50.133629+0000 mon.smithi022 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:50.133931+0000 mon.smithi022 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:50.744548+0000 mon.smithi069 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.69:0/2181417396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:51.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:48.839316+0000 mgr.smithi022.tswrql (mgr.14182) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:50.129349+0000 mon.smithi022 (mon.0) 222 : audit [INF] from='client.? 172.21.15.22:0/1174727372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a5503a29-3d12-4b71-8c7c-24b68849d021"}]: dispatch 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:50.133433+0000 mon.smithi022 (mon.0) 223 : audit [INF] from='client.? 172.21.15.22:0/1174727372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a5503a29-3d12-4b71-8c7c-24b68849d021"}]': finished 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:50.133504+0000 mon.smithi022 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:50.133629+0000 mon.smithi022 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:50.133931+0000 mon.smithi022 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:51.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:50.744548+0000 mon.smithi069 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.69:0/2181417396' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:52.138 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:34:52.426 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:50.839527+0000 mgr.smithi022.tswrql (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:52.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:51.503019+0000 mon.smithi022 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.22:0/162120725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:52.522 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702031690,"num_remapped_pgs":0} 2023-12-08T10:34:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:50.839527+0000 mgr.smithi022.tswrql (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:51.503019+0000 mon.smithi022 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.22:0/162120725' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:53.394 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:52.136642+0000 mon.smithi022 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.22:0/2125758748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:53.523 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:34:53.560 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:52.136642+0000 mon.smithi022 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.22:0/2125758748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:52.839882+0000 mgr.smithi022.tswrql (mgr.14182) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.255783+0000 mon.smithi069 (mon.1) 5 : audit [INF] from='client.? 172.21.15.69:0/533435138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]: dispatch 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.256384+0000 mon.smithi022 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]: dispatch 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.260483+0000 mon.smithi022 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]': finished 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:53.260546+0000 mon.smithi022 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.260672+0000 mon.smithi022 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:54.228 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.261034+0000 mon.smithi022 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:53.261236+0000 mon.smithi022 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.079312+0000 mon.smithi022 (mon.0) 235 : audit [INF] from='client.? 172.21.15.22:0/3757333002' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c167d47e-308a-4e0d-be2d-f77386ac8d17"}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.082935+0000 mon.smithi022 (mon.0) 236 : audit [INF] from='client.? 172.21.15.22:0/3757333002' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c167d47e-308a-4e0d-be2d-f77386ac8d17"}]': finished 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:54.082982+0000 mon.smithi022 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.083098+0000 mon.smithi022 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.083499+0000 mon.smithi022 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.083744+0000 mon.smithi022 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:54.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.083982+0000 mon.smithi022 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:54.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:52.839882+0000 mgr.smithi022.tswrql (mgr.14182) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.255783+0000 mon.smithi069 (mon.1) 5 : audit [INF] from='client.? 172.21.15.69:0/533435138' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.256384+0000 mon.smithi022 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.260483+0000 mon.smithi022 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f4a7c4d-81af-48a1-aa4c-8c511c668122"}]': finished 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:53.260546+0000 mon.smithi022 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.260672+0000 mon.smithi022 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.261034+0000 mon.smithi022 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:53.261236+0000 mon.smithi022 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.079312+0000 mon.smithi022 (mon.0) 235 : audit [INF] from='client.? 172.21.15.22:0/3757333002' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c167d47e-308a-4e0d-be2d-f77386ac8d17"}]: dispatch 2023-12-08T10:34:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.082935+0000 mon.smithi022 (mon.0) 236 : audit [INF] from='client.? 172.21.15.22:0/3757333002' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c167d47e-308a-4e0d-be2d-f77386ac8d17"}]': finished 2023-12-08T10:34:54.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:54.082982+0000 mon.smithi022 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T10:34:54.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.083098+0000 mon.smithi022 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:54.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.083499+0000 mon.smithi022 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:54.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.083744+0000 mon.smithi022 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:54.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.083982+0000 mon.smithi022 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:55.159 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:34:55.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:54.468377+0000 mon.smithi069 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.69:0/671387956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:55.537 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1702031694,"num_remapped_pgs":0} 2023-12-08T10:34:55.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:54.468377+0000 mon.smithi069 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.69:0/671387956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:56.539 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:34:56.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:54.840110+0000 mgr.smithi022.tswrql (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:56.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:55.157806+0000 mon.smithi022 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.22:0/1751922433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:56.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:55.605847+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.22:0/248443933' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:56.578 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:54.840110+0000 mgr.smithi022.tswrql (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:56.578 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:55.157806+0000 mon.smithi022 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.22:0/1751922433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:56.578 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:55.605847+0000 mon.smithi022 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.22:0/248443933' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.958100+0000 mon.smithi069 (mon.1) 7 : audit [INF] from='client.? 172.21.15.69:0/4240424150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.958630+0000 mon.smithi022 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.962701+0000 mon.smithi022 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]': finished 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:56.962773+0000 mon.smithi022 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.962884+0000 mon.smithi022 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.963201+0000 mon.smithi022 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.963421+0000 mon.smithi022 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.963618+0000 mon.smithi022 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:57.427 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:56.963870+0000 mon.smithi022 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.958100+0000 mon.smithi069 (mon.1) 7 : audit [INF] from='client.? 172.21.15.69:0/4240424150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.958630+0000 mon.smithi022 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.962701+0000 mon.smithi022 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fc9df0aa-3a05-4911-8cfc-ae0577d35e50"}]': finished 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:56.962773+0000 mon.smithi022 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.962884+0000 mon.smithi022 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.963201+0000 mon.smithi022 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.963421+0000 mon.smithi022 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.963618+0000 mon.smithi022 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:57.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:56.963870+0000 mon.smithi022 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:34:58.056 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:34:58.345 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:56.840456+0000 mgr.smithi022.tswrql (mgr.14182) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:58.345 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.054235+0000 mon.smithi022 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.22:0/1214408051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:58.378 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1702031696,"num_remapped_pgs":0} 2023-12-08T10:34:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:56.840456+0000 mgr.smithi022.tswrql (mgr.14182) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:34:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.054235+0000 mon.smithi022 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.22:0/1214408051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:34:59.380 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:34:59.413 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.202492+0000 mon.smithi022 (mon.0) 253 : audit [INF] from='client.? 172.21.15.22:0/3041793447' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79175940-4eca-4382-9fb9-5656c8594e0d"}]: dispatch 2023-12-08T10:34:59.413 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.206306+0000 mon.smithi022 (mon.0) 254 : audit [INF] from='client.? 172.21.15.22:0/3041793447' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79175940-4eca-4382-9fb9-5656c8594e0d"}]': finished 2023-12-08T10:34:59.413 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:58.206352+0000 mon.smithi022 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:34:59.413 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.206479+0000 mon.smithi022 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.206851+0000 mon.smithi022 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.207019+0000 mon.smithi022 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.207193+0000 mon.smithi022 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.207383+0000 mon.smithi022 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.207579+0000 mon.smithi022 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:34:59.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:34:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:58.232668+0000 mon.smithi069 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.69:0/797291268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:34:59.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.202492+0000 mon.smithi022 (mon.0) 253 : audit [INF] from='client.? 172.21.15.22:0/3041793447' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79175940-4eca-4382-9fb9-5656c8594e0d"}]: dispatch 2023-12-08T10:34:59.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.206306+0000 mon.smithi022 (mon.0) 254 : audit [INF] from='client.? 172.21.15.22:0/3041793447' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79175940-4eca-4382-9fb9-5656c8594e0d"}]': finished 2023-12-08T10:34:59.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:58.206352+0000 mon.smithi022 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.206479+0000 mon.smithi022 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.206851+0000 mon.smithi022 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.207019+0000 mon.smithi022 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.207193+0000 mon.smithi022 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.207383+0000 mon.smithi022 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.207579+0000 mon.smithi022 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:34:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:34:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:58.232668+0000 mon.smithi069 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.69:0/797291268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:00.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:34:58.840814+0000 mgr.smithi022.tswrql (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:00.480 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:34:59.591491+0000 mon.smithi022 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.22:0/1028505278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:34:58.840814+0000 mgr.smithi022.tswrql (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:34:59.591491+0000 mon.smithi022 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.22:0/1028505278' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:00.902 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:01.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.729127+0000 mon.smithi069 (mon.1) 9 : audit [INF] from='client.? 172.21.15.69:0/3518058780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]: dispatch 2023-12-08T10:35:01.225 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.729500+0000 mon.smithi022 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.733442+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]': finished 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:00.733565+0000 mon.smithi022 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.733723+0000 mon.smithi022 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.734168+0000 mon.smithi022 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.734489+0000 mon.smithi022 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.734770+0000 mon.smithi022 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.735033+0000 mon.smithi022 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.735304+0000 mon.smithi022 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.735514+0000 mon.smithi022 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:01.226 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:00.900923+0000 mon.smithi022 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.22:0/381658460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:01.299 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1702031700,"num_remapped_pgs":0} 2023-12-08T10:35:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.729127+0000 mon.smithi069 (mon.1) 9 : audit [INF] from='client.? 172.21.15.69:0/3518058780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.729500+0000 mon.smithi022 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.733442+0000 mon.smithi022 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d567340-c26c-4299-acd1-2d09781f441c"}]': finished 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:00.733565+0000 mon.smithi022 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.733723+0000 mon.smithi022 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.734168+0000 mon.smithi022 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.734489+0000 mon.smithi022 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.734770+0000 mon.smithi022 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.735033+0000 mon.smithi022 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.735304+0000 mon.smithi022 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.735514+0000 mon.smithi022 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:01.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:00.900923+0000 mon.smithi022 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.22:0/381658460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:02.301 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:03.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:00.841095+0000 mgr.smithi022.tswrql (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.010513+0000 mon.smithi069 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.69:0/4097090078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.195504+0000 mon.smithi022 (mon.0) 274 : audit [INF] from='client.? 172.21.15.22:0/666190249' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85fb6151-0908-47da-b20e-9320aae2ce00"}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.199148+0000 mon.smithi022 (mon.0) 275 : audit [INF] from='client.? 172.21.15.22:0/666190249' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85fb6151-0908-47da-b20e-9320aae2ce00"}]': finished 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:02.199206+0000 mon.smithi022 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.199327+0000 mon.smithi022 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.199681+0000 mon.smithi022 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.199883+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.200067+0000 mon.smithi022 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.200238+0000 mon.smithi022 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.200433+0000 mon.smithi022 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.200601+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:03.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:02.200805+0000 mon.smithi022 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:00.841095+0000 mgr.smithi022.tswrql (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.010513+0000 mon.smithi069 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.69:0/4097090078' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.195504+0000 mon.smithi022 (mon.0) 274 : audit [INF] from='client.? 172.21.15.22:0/666190249' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85fb6151-0908-47da-b20e-9320aae2ce00"}]: dispatch 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.199148+0000 mon.smithi022 (mon.0) 275 : audit [INF] from='client.? 172.21.15.22:0/666190249' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85fb6151-0908-47da-b20e-9320aae2ce00"}]': finished 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:02.199206+0000 mon.smithi022 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.199327+0000 mon.smithi022 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.199681+0000 mon.smithi022 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:03.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.199883+0000 mon.smithi022 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:03.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.200067+0000 mon.smithi022 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:03.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.200238+0000 mon.smithi022 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:03.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.200433+0000 mon.smithi022 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:03.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.200601+0000 mon.smithi022 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:03.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:02.200805+0000 mon.smithi022 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:03.952 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:04.371 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:04.978 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:02.841335+0000 mgr.smithi022.tswrql (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:04.978 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:03.764264+0000 mon.smithi022 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.22:0/1443120261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:04.979 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:03.950920+0000 mon.smithi022 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.22:0/664731553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:02.841335+0000 mgr.smithi022.tswrql (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:03.764264+0000 mon.smithi022 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.22:0/1443120261' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T10:35:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:03.950920+0000 mon.smithi022 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.22:0/664731553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:05.372 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:07.004 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:04.841598+0000 mgr.smithi022.tswrql (mgr.14182) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:07.005 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:06.443532+0000 mon.smithi022 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:35:07.005 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:06.444480+0000 mon.smithi022 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:04.841598+0000 mgr.smithi022.tswrql (mgr.14182) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:06.443532+0000 mon.smithi022 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T10:35:07.085 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:06.444480+0000 mon.smithi022 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:07.112 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:07.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:06.445345+0000 mgr.smithi022.tswrql (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.0 on smithi069 2023-12-08T10:35:07.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:07.111005+0000 mon.smithi022 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.22:0/3740692351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:07.917 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:08.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:06.445345+0000 mgr.smithi022.tswrql (mgr.14182) 41 : cephadm [INF] Deploying daemon osd.0 on smithi069 2023-12-08T10:35:08.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:07.111005+0000 mon.smithi022 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.22:0/3740692351' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:08.919 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:09.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:06.841865+0000 mgr.smithi022.tswrql (mgr.14182) 42 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:09.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:06.841865+0000 mgr.smithi022.tswrql (mgr.14182) 42 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:10.097 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:08.851515+0000 mon.smithi022 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:35:10.097 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:08.852330+0000 mon.smithi022 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:08.851515+0000 mon.smithi022 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T10:35:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:08.852330+0000 mon.smithi022 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:11.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:08.842132+0000 mgr.smithi022.tswrql (mgr.14182) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:11.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:08.853012+0000 mgr.smithi022.tswrql (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.1 on smithi022 2023-12-08T10:35:11.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:10.021490+0000 mon.smithi022 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:11.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:10.022293+0000 mon.smithi022 (mon.0) 293 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:35:11.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:10.023023+0000 mon.smithi022 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:11.051 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:11.079 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:08.842132+0000 mgr.smithi022.tswrql (mgr.14182) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:11.080 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:08.853012+0000 mgr.smithi022.tswrql (mgr.14182) 44 : cephadm [INF] Deploying daemon osd.1 on smithi022 2023-12-08T10:35:11.080 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:10.021490+0000 mon.smithi022 (mon.0) 292 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:11.080 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:10.022293+0000 mon.smithi022 (mon.0) 293 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T10:35:11.080 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:10.023023+0000 mon.smithi022 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:11.466 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:12.011 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:10.023660+0000 mgr.smithi022.tswrql (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.2 on smithi069 2023-12-08T10:35:12.011 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:11.049537+0000 mon.smithi022 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.22:0/2533896900' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:12.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:10.023660+0000 mgr.smithi022.tswrql (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.2 on smithi069 2023-12-08T10:35:12.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:11.049537+0000 mon.smithi022 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.22:0/2533896900' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:12.467 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:13.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:10.842375+0000 mgr.smithi022.tswrql (mgr.14182) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:13.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:10.842375+0000 mgr.smithi022.tswrql (mgr.14182) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:14.021 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.237398+0000 mon.smithi069 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:35:14.022 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.237989+0000 mon.smithi022 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:35:14.022 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.731257+0000 mon.smithi022 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:14.022 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.732393+0000 mon.smithi022 (mon.0) 298 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:35:14.022 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.733270+0000 mon.smithi022 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.237398+0000 mon.smithi069 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:35:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.237989+0000 mon.smithi022 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T10:35:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.731257+0000 mon.smithi022 (mon.0) 297 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.732393+0000 mon.smithi022 (mon.0) 298 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T10:35:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.733270+0000 mon.smithi022 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:14.614 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:15.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:12.842599+0000 mgr.smithi022.tswrql (mgr.14182) 47 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:13.733972+0000 mgr.smithi022.tswrql (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi069 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.848184+0000 mon.smithi022 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:13.848268+0000 mon.smithi022 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.848397+0000 mon.smithi022 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.848877+0000 mon.smithi022 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.848941+0000 mon.smithi069 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.849151+0000 mon.smithi022 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.849400+0000 mon.smithi022 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.849683+0000 mon.smithi022 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.849964+0000 mon.smithi022 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.850150+0000 mon.smithi022 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.850361+0000 mon.smithi022 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:13.850568+0000 mon.smithi022 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:15.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.086243+0000 mon.smithi022 (mon.0) 311 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:15.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.087209+0000 mon.smithi022 (mon.0) 312 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:35:15.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.087899+0000 mon.smithi022 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:15.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:14.088466+0000 mgr.smithi022.tswrql (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.3 on smithi022 2023-12-08T10:35:15.051 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.612905+0000 mon.smithi069 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.22:0/191559791' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:12.842599+0000 mgr.smithi022.tswrql (mgr.14182) 47 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:13.733972+0000 mgr.smithi022.tswrql (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.4 on smithi069 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.848184+0000 mon.smithi022 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:13.848268+0000 mon.smithi022 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.848397+0000 mon.smithi022 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.848877+0000 mon.smithi022 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.848941+0000 mon.smithi069 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.849151+0000 mon.smithi022 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.849400+0000 mon.smithi022 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:15.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.849683+0000 mon.smithi022 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.849964+0000 mon.smithi022 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.850150+0000 mon.smithi022 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.850361+0000 mon.smithi022 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:13.850568+0000 mon.smithi022 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.086243+0000 mon.smithi022 (mon.0) 311 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.087209+0000 mon.smithi022 (mon.0) 312 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.087899+0000 mon.smithi022 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:14.088466+0000 mgr.smithi022.tswrql (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.3 on smithi022 2023-12-08T10:35:15.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.612905+0000 mon.smithi069 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.22:0/191559791' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:15.196 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:15.980 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:14.842873+0000 mgr.smithi022.tswrql (mgr.14182) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:15.980 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.852540+0000 mon.smithi022 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:15.980 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:14.852659+0000 mon.smithi022 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.852827+0000 mon.smithi022 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.853169+0000 mon.smithi022 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.853339+0000 mon.smithi022 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.853537+0000 mon.smithi022 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.853864+0000 mon.smithi022 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.854142+0000 mon.smithi022 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.854396+0000 mon.smithi022 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.854656+0000 mon.smithi022 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:15.981 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:14.855867+0000 mon.smithi022 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:16.186 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:14.842873+0000 mgr.smithi022.tswrql (mgr.14182) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T10:35:16.186 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.852540+0000 mon.smithi022 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:16.186 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:14.852659+0000 mon.smithi022 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T10:35:16.186 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.852827+0000 mon.smithi022 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.853169+0000 mon.smithi022 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.853339+0000 mon.smithi022 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.853537+0000 mon.smithi022 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.853864+0000 mon.smithi022 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.854142+0000 mon.smithi022 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.854396+0000 mon.smithi022 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.854656+0000 mon.smithi022 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:16.187 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:14.855867+0000 mon.smithi022 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:16.196 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:14.235449+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:14.235496+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:15.852201+0000 mon.smithi022 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682] boot 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:15.852239+0000 mon.smithi022 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.852537+0000 mon.smithi022 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.852814+0000 mon.smithi022 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.852988+0000 mon.smithi022 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.853170+0000 mon.smithi022 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.853346+0000 mon.smithi022 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.853602+0000 mon.smithi022 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.853805+0000 mon.smithi022 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:17.115 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:15.857002+0000 mon.smithi022 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:14.235449+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:14.235496+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:15.852201+0000 mon.smithi022 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.69:6800/2446896682,v1:172.21.15.69:6801/2446896682] boot 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:15.852239+0000 mon.smithi022 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.852537+0000 mon.smithi022 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T10:35:17.265 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.852814+0000 mon.smithi022 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.852988+0000 mon.smithi022 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.853170+0000 mon.smithi022 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.853346+0000 mon.smithi022 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.853602+0000 mon.smithi022 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.853805+0000 mon.smithi022 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:17.266 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:15.857002+0000 mon.smithi022 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:17.996 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:16.843295+0000 mgr.smithi022.tswrql (mgr.14182) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:16.861255+0000 mon.smithi022 (mon.0) 335 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:35:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.861380+0000 mon.smithi022 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.861802+0000 mon.smithi022 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.862003+0000 mon.smithi022 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.862211+0000 mon.smithi022 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.862411+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.862611+0000 mon.smithi022 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.862817+0000 mon.smithi022 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.949574+0000 mon.smithi069 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:16.949984+0000 mon.smithi022 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.269159+0000 mon.smithi069 (mon.1) 15 : audit [INF] from='osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.269596+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:35:18.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.386600+0000 mon.smithi022 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:18.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.387428+0000 mon.smithi022 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:35:18.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.388217+0000 mon.smithi022 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:18.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:17.388890+0000 mgr.smithi022.tswrql (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.6 on smithi069 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:16.843295+0000 mgr.smithi022.tswrql (mgr.14182) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:16.861255+0000 mon.smithi022 (mon.0) 335 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.861380+0000 mon.smithi022 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.861802+0000 mon.smithi022 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.862003+0000 mon.smithi022 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.862211+0000 mon.smithi022 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.862411+0000 mon.smithi022 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:18.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.862611+0000 mon.smithi022 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.862817+0000 mon.smithi022 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.949574+0000 mon.smithi069 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:16.949984+0000 mon.smithi022 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.269159+0000 mon.smithi069 (mon.1) 15 : audit [INF] from='osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.269596+0000 mon.smithi022 (mon.0) 344 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.386600+0000 mon.smithi022 (mon.0) 345 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.387428+0000 mon.smithi022 (mon.0) 346 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.388217+0000 mon.smithi022 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:18.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:17.388890+0000 mgr.smithi022.tswrql (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.6 on smithi069 2023-12-08T10:35:18.480 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1702031715,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:19.124 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.867759+0000 mon.smithi022 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:35:19.124 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.867864+0000 mon.smithi022 (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:35:19.124 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:17.867949+0000 mon.smithi022 (mon.0) 350 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.868093+0000 mon.smithi022 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.868436+0000 mon.smithi069 (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.868523+0000 mon.smithi022 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.868655+0000 mon.smithi069 (mon.1) 17 : audit [INF] from='osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.868702+0000 mon.smithi022 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:19.125 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.869222+0000 mon.smithi022 (mon.0) 354 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.869598+0000 mon.smithi022 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.869953+0000 mon.smithi022 (mon.0) 356 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.870285+0000 mon.smithi022 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.870555+0000 mon.smithi022 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.870854+0000 mon.smithi022 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:19.126 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:17.994167+0000 mon.smithi022 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.22:0/2546764328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.867759+0000 mon.smithi022 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.867864+0000 mon.smithi022 (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:17.867949+0000 mon.smithi022 (mon.0) 350 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.868093+0000 mon.smithi022 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.868436+0000 mon.smithi069 (mon.1) 16 : audit [INF] from='osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.868523+0000 mon.smithi022 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.868655+0000 mon.smithi069 (mon.1) 17 : audit [INF] from='osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.868702+0000 mon.smithi022 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.869222+0000 mon.smithi022 (mon.0) 354 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.869598+0000 mon.smithi022 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.869953+0000 mon.smithi022 (mon.0) 356 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.870285+0000 mon.smithi022 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.870555+0000 mon.smithi022 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.870854+0000 mon.smithi022 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:19.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:17.994167+0000 mon.smithi022 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.22:0/2546764328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:19.481 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:20.211 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:18.843572+0000 mgr.smithi022.tswrql (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:20.211 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.868221+0000 mon.smithi022 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:20.211 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.868286+0000 mon.smithi022 (mon.0) 362 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:18.868334+0000 mon.smithi022 (mon.0) 363 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.868664+0000 mon.smithi022 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.868994+0000 mon.smithi022 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.869140+0000 mon.smithi022 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.869325+0000 mon.smithi022 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.869473+0000 mon.smithi022 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.869661+0000 mon.smithi022 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.869852+0000 mon.smithi022 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.878246+0000 mon.smithi022 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:18.878601+0000 mon.smithi022 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.094448+0000 mon.smithi022 (mon.0) 373 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.095179+0000 mon.smithi022 (mon.0) 374 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.095831+0000 mon.smithi022 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:20.212 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:19.096404+0000 mgr.smithi022.tswrql (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.5 on smithi022 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:18.843572+0000 mgr.smithi022.tswrql (mgr.14182) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.868221+0000 mon.smithi022 (mon.0) 361 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.868286+0000 mon.smithi022 (mon.0) 362 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:18.868334+0000 mon.smithi022 (mon.0) 363 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.868664+0000 mon.smithi022 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.868994+0000 mon.smithi022 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.869140+0000 mon.smithi022 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.869325+0000 mon.smithi022 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.869473+0000 mon.smithi022 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.869661+0000 mon.smithi022 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.869852+0000 mon.smithi022 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:20.290 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.878246+0000 mon.smithi022 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:20.291 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:18.878601+0000 mon.smithi022 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:20.291 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.094448+0000 mon.smithi022 (mon.0) 373 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:20.291 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.095179+0000 mon.smithi022 (mon.0) 374 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T10:35:20.291 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.095831+0000 mon.smithi022 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:20.291 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:19.096404+0000 mgr.smithi022.tswrql (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.5 on smithi022 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:17.922604+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:17.922684+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:18.269474+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:18.269532+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.880520+0000 mon.smithi022 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:19.882809+0000 mon.smithi022 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672] boot 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:19.882844+0000 mon.smithi022 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922] boot 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:19.882864+0000 mon.smithi022 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-08T10:35:21.131 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.882979+0000 mon.smithi022 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.883385+0000 mon.smithi022 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.883621+0000 mon.smithi022 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.883851+0000 mon.smithi022 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.884053+0000 mon.smithi022 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.884260+0000 mon.smithi022 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.884473+0000 mon.smithi022 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:19.884740+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.583385+0000 mon.smithi069 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:35:21.132 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.583721+0000 mon.smithi022 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:17.922604+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:17.922684+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:18.269474+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:18.269532+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.880520+0000 mon.smithi022 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:19.882809+0000 mon.smithi022 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.69:6808/2850583672,v1:172.21.15.69:6809/2850583672] boot 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:19.882844+0000 mon.smithi022 (mon.0) 378 : cluster [INF] osd.1 [v2:172.21.15.22:6802/2437064922,v1:172.21.15.22:6803/2437064922] boot 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:19.882864+0000 mon.smithi022 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.882979+0000 mon.smithi022 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.883385+0000 mon.smithi022 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T10:35:21.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.883621+0000 mon.smithi022 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.883851+0000 mon.smithi022 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.884053+0000 mon.smithi022 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.884260+0000 mon.smithi022 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.884473+0000 mon.smithi022 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:19.884740+0000 mon.smithi022 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.583385+0000 mon.smithi069 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:35:21.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.583721+0000 mon.smithi022 (mon.0) 388 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T10:35:21.936 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:20.843943+0000 mgr.smithi022.tswrql (mgr.14182) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.886577+0000 mon.smithi022 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.886651+0000 mon.smithi022 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:20.886792+0000 mon.smithi022 (mon.0) 391 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.887035+0000 mon.smithi022 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.887352+0000 mon.smithi069 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.887613+0000 mon.smithi022 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.887958+0000 mon.smithi022 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.888206+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.888470+0000 mon.smithi022 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.888726+0000 mon.smithi022 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:20.889481+0000 mon.smithi022 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:35:22.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.020991+0000 mon.smithi022 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:22.137 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:20.843943+0000 mgr.smithi022.tswrql (mgr.14182) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T10:35:22.137 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.886577+0000 mon.smithi022 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T10:35:22.137 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.886651+0000 mon.smithi022 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:20.886792+0000 mon.smithi022 (mon.0) 391 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.887035+0000 mon.smithi022 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.887352+0000 mon.smithi069 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.887613+0000 mon.smithi022 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.887958+0000 mon.smithi022 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.888206+0000 mon.smithi022 (mon.0) 395 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.888470+0000 mon.smithi022 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.888726+0000 mon.smithi022 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:20.889481+0000 mon.smithi022 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T10:35:22.138 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.020991+0000 mon.smithi022 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:22.316 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1702031719,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:23.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.888308+0000 mon.smithi022 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:23.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.888467+0000 mon.smithi022 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:35:23.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:21.888538+0000 mon.smithi022 (mon.0) 402 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T10:35:23.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.888892+0000 mon.smithi022 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:23.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.889136+0000 mon.smithi022 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:23.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.889494+0000 mon.smithi022 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.892871+0000 mon.smithi022 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.893067+0000 mon.smithi022 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.893297+0000 mon.smithi022 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:21.933014+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.22:0/549021657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.300472+0000 mon.smithi022 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:35:23.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:22.890674+0000 mon.smithi022 (mon.0) 411 : cluster [INF] osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177] boot 2023-12-08T10:35:23.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.888308+0000 mon.smithi022 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:23.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.888467+0000 mon.smithi022 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T10:35:23.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:21.888538+0000 mon.smithi022 (mon.0) 402 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T10:35:23.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.888892+0000 mon.smithi022 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:23.222 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.889136+0000 mon.smithi022 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.889494+0000 mon.smithi022 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.892871+0000 mon.smithi022 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.893067+0000 mon.smithi022 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.893297+0000 mon.smithi022 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:21.933014+0000 mon.smithi022 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.22:0/549021657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.300472+0000 mon.smithi022 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T10:35:23.223 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:22.890674+0000 mon.smithi022 (mon.0) 411 : cluster [INF] osd.4 [v2:172.21.15.69:6816/3228892177,v1:172.21.15.69:6817/3228892177] boot 2023-12-08T10:35:23.317 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:21.589926+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:21.589978+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:22.844336+0000 mgr.smithi022.tswrql (mgr.14182) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.890777+0000 mon.smithi022 (mon.0) 412 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:22.890869+0000 mon.smithi022 (mon.0) 413 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.891063+0000 mon.smithi022 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.891908+0000 mon.smithi022 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:23.960 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.892217+0000 mon.smithi022 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.892497+0000 mon.smithi022 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.892677+0000 mon.smithi022 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:22.892907+0000 mon.smithi022 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.138786+0000 mon.smithi022 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.374093+0000 mon.smithi022 (mon.0) 421 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.374948+0000 mon.smithi022 (mon.0) 422 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.375780+0000 mon.smithi022 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:23.376460+0000 mgr.smithi022.tswrql (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.7 on smithi022 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.891775+0000 mon.smithi022 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:23.891842+0000 mon.smithi022 (mon.0) 425 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.891986+0000 mon.smithi022 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.892386+0000 mon.smithi022 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.893045+0000 mon.smithi022 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:23.961 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.893333+0000 mon.smithi022 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:21.589926+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:21.589978+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:22.844336+0000 mgr.smithi022.tswrql (mgr.14182) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.890777+0000 mon.smithi022 (mon.0) 412 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:22.890869+0000 mon.smithi022 (mon.0) 413 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.891063+0000 mon.smithi022 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.891908+0000 mon.smithi022 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.892217+0000 mon.smithi022 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.892497+0000 mon.smithi022 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:24.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.892677+0000 mon.smithi022 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:22.892907+0000 mon.smithi022 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.138786+0000 mon.smithi022 (mon.0) 420 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.374093+0000 mon.smithi022 (mon.0) 421 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.374948+0000 mon.smithi022 (mon.0) 422 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.375780+0000 mon.smithi022 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:23.376460+0000 mgr.smithi022.tswrql (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.7 on smithi022 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.891775+0000 mon.smithi022 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:23.891842+0000 mon.smithi022 (mon.0) 425 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.891986+0000 mon.smithi022 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.892386+0000 mon.smithi022 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.893045+0000 mon.smithi022 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:24.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.893333+0000 mon.smithi022 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:23.898625+0000 mon.smithi022 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.204039+0000 mon.smithi069 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:35:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.204439+0000 mon.smithi022 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:35:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:24.893619+0000 mon.smithi022 (mon.0) 432 : cluster [INF] osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333] boot 2023-12-08T10:35:25.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.893667+0000 mon.smithi022 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:35:25.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:24.893720+0000 mon.smithi022 (mon.0) 434 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T10:35:25.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.894055+0000 mon.smithi022 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:25.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.894443+0000 mon.smithi022 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:25.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.894720+0000 mon.smithi022 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:25.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:23.898625+0000 mon.smithi022 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:25.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.204039+0000 mon.smithi069 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:35:25.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.204439+0000 mon.smithi022 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T10:35:25.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:24.893619+0000 mon.smithi022 (mon.0) 432 : cluster [INF] osd.3 [v2:172.21.15.22:6810/3340945333,v1:172.21.15.22:6811/3340945333] boot 2023-12-08T10:35:25.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.893667+0000 mon.smithi022 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T10:35:25.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:24.893720+0000 mon.smithi022 (mon.0) 434 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-08T10:35:25.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.894055+0000 mon.smithi022 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T10:35:25.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.894443+0000 mon.smithi022 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:25.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.894720+0000 mon.smithi022 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:25.409 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:23.268728+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:23.268815+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:24.844654+0000 mgr.smithi022.tswrql (mgr.14182) 58 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.894957+0000 mon.smithi069 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.895005+0000 mon.smithi022 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:24.895999+0000 mon.smithi022 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.407718+0000 mon.smithi022 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.22:0/3564068749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.895387+0000 mon.smithi022 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:25.895481+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.895670+0000 mon.smithi022 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.896165+0000 mon.smithi022 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:26.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.896529+0000 mon.smithi022 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:26.131 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1702031724,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":1} 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:23.268728+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:23.268815+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:24.844654+0000 mgr.smithi022.tswrql (mgr.14182) 58 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.894957+0000 mon.smithi069 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.895005+0000 mon.smithi022 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:24.895999+0000 mon.smithi022 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]: dispatch 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.407718+0000 mon.smithi022 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.22:0/3564068749' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.895387+0000 mon.smithi022 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi069", "root=default"]}]': finished 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:25.895481+0000 mon.smithi022 (mon.0) 442 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-08T10:35:26.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.895670+0000 mon.smithi022 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:26.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.896165+0000 mon.smithi022 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:26.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.896529+0000 mon.smithi022 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:27.132 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:25.901033+0000 mon.smithi022 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.567941+0000 mon.smithi022 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:26.897688+0000 mon.smithi022 (mon.0) 448 : cluster [INF] osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209] boot 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.897767+0000 mon.smithi022 (mon.0) 449 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:26.897859+0000 mon.smithi022 (mon.0) 450 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.898018+0000 mon.smithi022 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.898479+0000 mon.smithi022 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.898857+0000 mon.smithi022 (mon.0) 453 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:27.167 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:26.899190+0000 mon.smithi022 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:27.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:25.901033+0000 mon.smithi022 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.567941+0000 mon.smithi022 (mon.0) 447 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:26.897688+0000 mon.smithi022 (mon.0) 448 : cluster [INF] osd.6 [v2:172.21.15.69:6824/2305750209,v1:172.21.15.69:6825/2305750209] boot 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.897767+0000 mon.smithi022 (mon.0) 449 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:26.897859+0000 mon.smithi022 (mon.0) 450 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.898018+0000 mon.smithi022 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.898479+0000 mon.smithi022 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.898857+0000 mon.smithi022 (mon.0) 453 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:27.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:26.899190+0000 mon.smithi022 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:25.227003+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:25.227076+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:26.844924+0000 mgr.smithi022.tswrql (mgr.14182) 59 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:27.898270+0000 mon.smithi022 (mon.0) 455 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:27.898330+0000 mon.smithi022 (mon.0) 456 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:27.898474+0000 mon.smithi022 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:27.898807+0000 mon.smithi022 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:28.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:27.902604+0000 mon.smithi022 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:25.227003+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:25.227076+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:26.844924+0000 mgr.smithi022.tswrql (mgr.14182) 59 : cluster [DBG] pgmap v55: 1 pgs: 1 remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T10:35:28.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:27.898270+0000 mon.smithi022 (mon.0) 455 : audit [INF] from='osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:28.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:27.898330+0000 mon.smithi022 (mon.0) 456 : cluster [DBG] osdmap e28: 8 total, 6 up, 8 in 2023-12-08T10:35:28.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:27.898474+0000 mon.smithi022 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:28.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:27.898807+0000 mon.smithi022 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:28.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:27.902604+0000 mon.smithi022 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:29.160 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:29.696 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1702031728,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:27.543642+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:27.543764+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:28.609642+0000 mon.smithi022 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:28.901679+0000 mon.smithi022 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:28.911890+0000 mon.smithi022 (mon.0) 462 : cluster [INF] osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443] boot 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:28.911941+0000 mon.smithi022 (mon.0) 463 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:28.912191+0000 mon.smithi022 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:28.912503+0000 mon.smithi022 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:29.896 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:29.158812+0000 mon.smithi022 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.22:0/3806811552' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:30.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:27.543642+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:30.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:27.543764+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:28.609642+0000 mon.smithi022 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:28.901679+0000 mon.smithi022 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:28.911890+0000 mon.smithi022 (mon.0) 462 : cluster [INF] osd.5 [v2:172.21.15.22:6818/3464823443,v1:172.21.15.22:6819/3464823443] boot 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:28.911941+0000 mon.smithi022 (mon.0) 463 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:28.912191+0000 mon.smithi022 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:28.912503+0000 mon.smithi022 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:30.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:29.158812+0000 mon.smithi022 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.22:0/3806811552' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:30.698 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:30.983 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:28.845210+0000 mgr.smithi022.tswrql (mgr.14182) 60 : cluster [DBG] pgmap v58: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:35:30.983 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:30.612866+0000 mon.smithi022 (mon.0) 467 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-12-08T10:35:30.983 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:30.613035+0000 mon.smithi022 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:28.845210+0000 mgr.smithi022.tswrql (mgr.14182) 60 : cluster [DBG] pgmap v58: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T10:35:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:30.612866+0000 mon.smithi022 (mon.0) 467 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-12-08T10:35:31.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:30.613035+0000 mon.smithi022 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:30.845538+0000 mgr.smithi022.tswrql (mgr.14182) 61 : cluster [DBG] pgmap v61: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:31.145123+0000 mon.smithi022 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:31.145995+0000 mgr.smithi022.tswrql (mgr.14182) 62 : cephadm [INF] Reconfiguring mon.smithi022 (unknown last config time)... 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:31.146289+0000 mon.smithi022 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:31.146981+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:35:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:31.147680+0000 mon.smithi022 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:32.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:31.148292+0000 mgr.smithi022.tswrql (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mon.smithi022 on smithi022 2023-12-08T10:35:32.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:31.825071+0000 mon.smithi022 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:35:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:30.845538+0000 mgr.smithi022.tswrql (mgr.14182) 61 : cluster [DBG] pgmap v61: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:35:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:31.145123+0000 mon.smithi022 (mon.0) 469 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:31.145995+0000 mgr.smithi022.tswrql (mgr.14182) 62 : cephadm [INF] Reconfiguring mon.smithi022 (unknown last config time)... 2023-12-08T10:35:32.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:31.146289+0000 mon.smithi022 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:35:32.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:31.146981+0000 mon.smithi022 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:35:32.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:31.147680+0000 mon.smithi022 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:32.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:31.148292+0000 mgr.smithi022.tswrql (mgr.14182) 63 : cephadm [INF] Reconfiguring daemon mon.smithi022 on smithi022 2023-12-08T10:35:32.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:31.825071+0000 mon.smithi022 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T10:35:32.680 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:33.073 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1702031728,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.150553+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:32.150607+0000 mon.smithi022 (mon.0) 475 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.150725+0000 mon.smithi022 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.151136+0000 mon.smithi022 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.675019+0000 mon.smithi022 (mon.0) 478 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:32.675706+0000 mgr.smithi022.tswrql (mgr.14182) 64 : cephadm [INF] Reconfiguring mgr.smithi022.tswrql (unknown last config time)... 2023-12-08T10:35:33.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.676016+0000 mon.smithi022 (mon.0) 479 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.tswrql", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:35:33.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.676756+0000 mon.smithi022 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:35:33.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.677344+0000 mon.smithi022 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:33.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:32.677911+0000 mgr.smithi022.tswrql (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi022.tswrql on smithi022 2023-12-08T10:35:33.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:32.679264+0000 mon.smithi022 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.22:0/624503806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:33.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.150553+0000 mon.smithi022 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T10:35:33.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:32.150607+0000 mon.smithi022 (mon.0) 475 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.150725+0000 mon.smithi022 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.151136+0000 mon.smithi022 (mon.0) 477 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]: dispatch 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.675019+0000 mon.smithi022 (mon.0) 478 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:32.675706+0000 mgr.smithi022.tswrql (mgr.14182) 64 : cephadm [INF] Reconfiguring mgr.smithi022.tswrql (unknown last config time)... 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.676016+0000 mon.smithi022 (mon.0) 479 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi022.tswrql", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.676756+0000 mon.smithi022 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.677344+0000 mon.smithi022 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:32.677911+0000 mgr.smithi022.tswrql (mgr.14182) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi022.tswrql on smithi022 2023-12-08T10:35:33.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:32.679264+0000 mon.smithi022 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.22:0/624503806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:34.074 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:32.845837+0000 mgr.smithi022.tswrql (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:33.152272+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:33.152327+0000 mon.smithi022 (mon.0) 484 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:33.152676+0000 mon.smithi022 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:33.156137+0000 mon.smithi022 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:33.807242+0000 mon.smithi022 (mon.0) 487 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:33.808106+0000 mgr.smithi022.tswrql (mgr.14182) 67 : cephadm [INF] Reconfiguring alertmanager.smithi022 (dependencies changed)... 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:33.815193+0000 mgr.smithi022.tswrql (mgr.14182) 68 : cephadm [INF] Reconfiguring daemon alertmanager.smithi022 on smithi022 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:33.836124+0000 mon.smithi022 (mon.0) 488 : cluster [INF] osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656] boot 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:33.836156+0000 mon.smithi022 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-08T10:35:34.414 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:33.836553+0000 mon.smithi022 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:34.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:32.845837+0000 mgr.smithi022.tswrql (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T10:35:34.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:33.152272+0000 mon.smithi022 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi022", "root=default"]}]': finished 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:33.152327+0000 mon.smithi022 (mon.0) 484 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:33.152676+0000 mon.smithi022 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:33.156137+0000 mon.smithi022 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:33.807242+0000 mon.smithi022 (mon.0) 487 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:33.808106+0000 mgr.smithi022.tswrql (mgr.14182) 67 : cephadm [INF] Reconfiguring alertmanager.smithi022 (dependencies changed)... 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:33.815193+0000 mgr.smithi022.tswrql (mgr.14182) 68 : cephadm [INF] Reconfiguring daemon alertmanager.smithi022 on smithi022 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:33.836124+0000 mon.smithi022 (mon.0) 488 : cluster [INF] osd.7 [v2:172.21.15.22:6826/3712819656,v1:172.21.15.22:6827/3712819656] boot 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:33.836156+0000 mon.smithi022 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-08T10:35:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:33.836553+0000 mon.smithi022 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T10:35:35.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:32.814624+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:35.487 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:32.814679+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:35.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:34.845650+0000 mon.smithi022 (mon.0) 491 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T10:35:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:32.814624+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T10:35:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:32.814679+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T10:35:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:34.845650+0000 mon.smithi022 (mon.0) 491 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-08T10:35:36.398 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:36.421 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:34.846122+0000 mgr.smithi022.tswrql (mgr.14182) 69 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:36.421 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:35.849337+0000 mon.smithi022 (mon.0) 492 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T10:35:36.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:34.846122+0000 mgr.smithi022.tswrql (mgr.14182) 69 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:36.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:35.849337+0000 mon.smithi022 (mon.0) 492 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-08T10:35:37.010 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":35,"num_osds":8,"num_up_osds":8,"osd_up_since":1702031733,"num_in_osds":8,"osd_in_since":1702031702,"num_remapped_pgs":0} 2023-12-08T10:35:37.011 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T10:35:37.011 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:35:37.473 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:36.396347+0000 mon.smithi022 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.22:0/3552064477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:37.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:36.396347+0000 mon.smithi022 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.22:0/3552064477' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:36.846480+0000 mgr.smithi022.tswrql (mgr.14182) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:37.598533+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:37.599255+0000 mgr.smithi022.tswrql (mgr.14182) 71 : cephadm [INF] Reconfiguring crash.smithi022 (monmap changed)... 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:37.599523+0000 mon.smithi022 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:37.600253+0000 mon.smithi022 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:37.600837+0000 mgr.smithi022.tswrql (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon crash.smithi022 on smithi022 2023-12-08T10:35:39.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:36.846480+0000 mgr.smithi022.tswrql (mgr.14182) 70 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:39.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:37.598533+0000 mon.smithi022 (mon.0) 494 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:39.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:37.599255+0000 mgr.smithi022.tswrql (mgr.14182) 71 : cephadm [INF] Reconfiguring crash.smithi022 (monmap changed)... 2023-12-08T10:35:39.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:37.599523+0000 mon.smithi022 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi022", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:35:39.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:37.600253+0000 mon.smithi022 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:39.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:37.600837+0000 mgr.smithi022.tswrql (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon crash.smithi022 on smithi022 2023-12-08T10:35:39.174 INFO:teuthology.orchestra.run.smithi022.stdout:[client.0] 2023-12-08T10:35:39.174 INFO:teuthology.orchestra.run.smithi022.stdout: key = AQB78XJliGgXChAAzJ2ON3mK56jyxDApaoZ1Nw== 2023-12-08T10:35:39.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:38.613935+0000 mon.smithi022 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:39.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:38.614699+0000 mgr.smithi022.tswrql (mgr.14182) 73 : cephadm [INF] Reconfiguring grafana.smithi022 (dependencies changed)... 2023-12-08T10:35:39.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:38.652974+0000 mgr.smithi022.tswrql (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon grafana.smithi022 on smithi022 2023-12-08T10:35:39.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:39.169093+0000 mon.smithi022 (mon.0) 498 : audit [INF] from='client.? 172.21.15.22:0/3407715624' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:39.828 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:39.172672+0000 mon.smithi022 (mon.0) 499 : audit [INF] from='client.? 172.21.15.22:0/3407715624' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:35:39.985 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:35:39.985 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T10:35:39.985 DEBUG:teuthology.orchestra.run.smithi022:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T10:35:40.032 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T10:35:40.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:38.613935+0000 mon.smithi022 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:40.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:38.614699+0000 mgr.smithi022.tswrql (mgr.14182) 73 : cephadm [INF] Reconfiguring grafana.smithi022 (dependencies changed)... 2023-12-08T10:35:40.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:38.652974+0000 mgr.smithi022.tswrql (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon grafana.smithi022 on smithi022 2023-12-08T10:35:40.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:39.169093+0000 mon.smithi022 (mon.0) 498 : audit [INF] from='client.? 172.21.15.22:0/3407715624' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:40.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:39.172672+0000 mon.smithi022 (mon.0) 499 : audit [INF] from='client.? 172.21.15.22:0/3407715624' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T10:35:41.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:38.846829+0000 mgr.smithi022.tswrql (mgr.14182) 75 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:41.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:38.846829+0000 mgr.smithi022.tswrql (mgr.14182) 75 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:41.498 INFO:teuthology.orchestra.run.smithi069.stdout:[client.1] 2023-12-08T10:35:41.498 INFO:teuthology.orchestra.run.smithi069.stdout: key = AQB98XJlzUZoHRAAv/r7P3A3wL54DHhRX/qPxA== 2023-12-08T10:35:41.863 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:35:41.863 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T10:35:41.863 DEBUG:teuthology.orchestra.run.smithi069:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T10:35:41.944 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:35:42.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:41.492689+0000 mon.smithi069 (mon.1) 22 : audit [INF] from='client.? 172.21.15.69:0/3854183025' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:42.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:41.493213+0000 mon.smithi022 (mon.0) 500 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:42.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:41.496784+0000 mon.smithi022 (mon.0) 501 : 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-12-08T10:35:42.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:41.782767+0000 mon.smithi022 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:42.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:41.492689+0000 mon.smithi069 (mon.1) 22 : audit [INF] from='client.? 172.21.15.69:0/3854183025' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:42.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:41.493213+0000 mon.smithi022 (mon.0) 500 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T10:35:42.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:41.496784+0000 mon.smithi022 (mon.0) 501 : 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-12-08T10:35:42.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:41.782767+0000 mon.smithi022 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:42.540 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:43.096 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:40.847347+0000 mgr.smithi022.tswrql (mgr.14182) 76 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:43.097 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:41.783683+0000 mgr.smithi022.tswrql (mgr.14182) 77 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2023-12-08T10:35:43.097 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:41.788280+0000 mgr.smithi022.tswrql (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2023-12-08T10:35:43.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:40.847347+0000 mgr.smithi022.tswrql (mgr.14182) 76 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:43.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:41.783683+0000 mgr.smithi022.tswrql (mgr.14182) 77 : cephadm [INF] Reconfiguring prometheus.smithi022 (dependencies changed)... 2023-12-08T10:35:43.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:41.788280+0000 mgr.smithi022.tswrql (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon prometheus.smithi022 on smithi022 2023-12-08T10:35:44.727 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:44.727 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":35,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","created":"2023-12-08T10:32:39.899177+0000","modified":"2023-12-08T10:35:35.843145+0000","last_up_change":"2023-12-08T10:35:33.831653+0000","last_in_change":"2023-12-08T10:35:02.196085+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-12-08T10:35:20.358325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"cb0aafb8-250e-4003-9d45-69c421a36c4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6801","nonce":2446896682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6803","nonce":2446896682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6807","nonce":2446896682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6805","nonce":2446896682}]},"public_addr":"172.21.15.69:6801/2446896682","cluster_addr":"172.21.15.69:6803/2446896682","heartbeat_back_addr":"172.21.15.69:6807/2446896682","heartbeat_front_addr":"172.21.15.69:6805/2446896682","state":["exists","up"]},{"osd":1,"uuid":"a5503a29-3d12-4b71-8c7c-24b68849d021","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6803","nonce":2437064922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6805","nonce":2437064922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6809","nonce":2437064922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6807","nonce":2437064922}]},"public_addr":"172.21.15.22:6803/2437064922","cluster_addr":"172.21.15.22:6805/2437064922","heartbeat_back_addr":"172.21.15.22:6809/2437064922","heartbeat_front_addr":"172.21.15.22:6807/2437064922","state":["exists","up"]},{"osd":2,"uuid":"2f4a7c4d-81af-48a1-aa4c-8c511c668122","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6809","nonce":2850583672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6811","nonce":2850583672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6815","nonce":2850583672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6813","nonce":2850583672}]},"public_addr":"172.21.15.69:6809/2850583672","cluster_addr":"172.21.15.69:6811/2850583672","heartbeat_back_addr":"172.21.15.69:6815/2850583672","heartbeat_front_addr":"172.21.15.69:6813/2850583672","state":["exists","up"]},{"osd":3,"uuid":"c167d47e-308a-4e0d-be2d-f77386ac8d17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6811","nonce":3340945333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6813","nonce":3340945333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6817","nonce":3340945333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6815","nonce":3340945333}]},"public_addr":"172.21.15.22:6811/3340945333","cluster_addr":"172.21.15.22:6813/3340945333","heartbeat_back_addr":"172.21.15.22:6817/3340945333","heartbeat_front_addr":"172.21.15.22:6815/3340945333","state":["exists","up"]},{"osd":4,"uuid":"fc9df0aa-3a05-4911-8cfc-ae0577d35e50","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.69:6816","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6817","nonce":3228892177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6819","nonce":3228892177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6823","nonce":3228892177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6821","nonce":3228892177}]},"public_addr":"172.21.15.69:6817/3228892177","cluster_addr":"172.21.15.69:6819/3228892177","heartbeat_back_addr":"172.21.15.69:6823/3228892177","heartbeat_front_addr":"172.21.15.69:6821/3228892177","state":["exists","up"]},{"osd":5,"uuid":"79175940-4eca-4382-9fb9-5656c8594e0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6819","nonce":3464823443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6821","nonce":3464823443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6825","nonce":3464823443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6823","nonce":3464823443}]},"public_addr":"172.21.15.22:6819/3464823443","cluster_addr":"172.21.15.22:6821/3464823443","heartbeat_back_addr":"172.21.15.22:6825/3464823443","heartbeat_front_addr":"172.21.15.22:6823/3464823443","state":["exists","up"]},{"osd":6,"uuid":"7d567340-c26c-4299-acd1-2d09781f441c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6825","nonce":2305750209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6827","nonce":2305750209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6831","nonce":2305750209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6829","nonce":2305750209}]},"public_addr":"172.21.15.69:6825/2305750209","cluster_addr":"172.21.15.69:6827/2305750209","heartbeat_back_addr":"172.21.15.69:6831/2305750209","heartbeat_front_addr":"172.21.15.69:6829/2305750209","state":["exists","up"]},{"osd":7,"uuid":"85fb6151-0908-47da-b20e-9320aae2ce00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6827","nonce":3712819656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6829","nonce":3712819656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6833","nonce":3712819656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6831","nonce":3712819656}]},"public_addr":"172.21.15.22:6827/3712819656","cluster_addr":"172.21.15.22:6829/3712819656","heartbeat_back_addr":"172.21.15.22:6833/3712819656","heartbeat_front_addr":"172.21.15.22:6831/3712819656","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-12-08T10:35:14.235499+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-12-08T10:35:18.269536+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-12-08T10:35:17.922689+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-12-08T10:35:23.268819+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-12-08T10:35:21.589980+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-12-08T10:35:27.543767+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-12-08T10:35:25.227109+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-12-08T10:35:32.814681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/2676352431":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6801/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:0/3896872523":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2431294847":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/500808334":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/1986023980":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6800/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2584249269":"2023-12-09T10:33:03.607594+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-12-08T10:35:44.914 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:42.847674+0000 mgr.smithi022.tswrql (mgr.14182) 79 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:44.914 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:44.724199+0000 mon.smithi022 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.22:0/3625094769' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:45.236 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T10:35:20.358325+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T10:35:45.237 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T10:35:45.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:42.847674+0000 mgr.smithi022.tswrql (mgr.14182) 79 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:45.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:44.724199+0000 mon.smithi022 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.22:0/3625094769' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:45.572 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:46.848 INFO:teuthology.orchestra.run.smithi022.stdout:pg_num: 1 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:44.847974+0000 mgr.smithi022.tswrql (mgr.14182) 80 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:45.893964+0000 mon.smithi022 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:45.895102+0000 mon.smithi022 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:45.895875+0000 mon.smithi022 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:46.767014+0000 mon.smithi022 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:46.767929+0000 mon.smithi022 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.nompxv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:46.768662+0000 mon.smithi022 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:35:47.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:46.769283+0000 mon.smithi022 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:47.111 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:44.847974+0000 mgr.smithi022.tswrql (mgr.14182) 80 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:45.893964+0000 mon.smithi022 (mon.0) 504 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:45.895102+0000 mon.smithi022 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi069", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:45.895875+0000 mon.smithi022 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:46.767014+0000 mon.smithi022 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:46.767929+0000 mon.smithi022 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi069.nompxv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:46.768662+0000 mon.smithi022 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T10:35:47.112 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:46.769283+0000 mon.smithi022 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:47.227 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T10:35:47.227 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T10:35:47.227 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T10:35:47.526 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:45.894817+0000 mgr.smithi022.tswrql (mgr.14182) 81 : cephadm [INF] Reconfiguring crash.smithi069 (monmap changed)... 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:45.896438+0000 mgr.smithi022.tswrql (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon crash.smithi069 on smithi069 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:46.767660+0000 mgr.smithi022.tswrql (mgr.14182) 83 : cephadm [INF] Reconfiguring mgr.smithi069.nompxv (monmap changed)... 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:46.769849+0000 mgr.smithi022.tswrql (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon mgr.smithi069.nompxv on smithi069 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:46.846249+0000 mon.smithi022 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.22:0/409725831' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:47.697912+0000 mon.smithi022 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:47.698899+0000 mon.smithi022 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:47.699650+0000 mon.smithi022 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:35:48.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:47.700393+0000 mon.smithi022 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:48.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:45.894817+0000 mgr.smithi022.tswrql (mgr.14182) 81 : cephadm [INF] Reconfiguring crash.smithi069 (monmap changed)... 2023-12-08T10:35:48.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:45.896438+0000 mgr.smithi022.tswrql (mgr.14182) 82 : cephadm [INF] Reconfiguring daemon crash.smithi069 on smithi069 2023-12-08T10:35:48.202 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:46.767660+0000 mgr.smithi022.tswrql (mgr.14182) 83 : cephadm [INF] Reconfiguring mgr.smithi069.nompxv (monmap changed)... 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:46.769849+0000 mgr.smithi022.tswrql (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon mgr.smithi069.nompxv on smithi069 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:46.846249+0000 mon.smithi022 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.22:0/409725831' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:47.697912+0000 mon.smithi022 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:47.698899+0000 mon.smithi022 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:47.699650+0000 mon.smithi022 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T10:35:48.203 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:47.700393+0000 mon.smithi022 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:48.739 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:48.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:46.848296+0000 mgr.smithi022.tswrql (mgr.14182) 85 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:48.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:47.698593+0000 mgr.smithi022.tswrql (mgr.14182) 86 : cephadm [INF] Reconfiguring mon.smithi069 (monmap changed)... 2023-12-08T10:35:48.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:47.701006+0000 mgr.smithi022.tswrql (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon mon.smithi069 on smithi069 2023-12-08T10:35:48.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.590291+0000 mon.smithi022 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.957 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.593381+0000 mon.smithi022 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.593891+0000 mgr.smithi022.tswrql (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.594861+0000 mon.smithi022 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.595150+0000 mgr.smithi022.tswrql (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.599037+0000 mon.smithi022 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.604575+0000 mon.smithi022 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.605013+0000 mgr.smithi022.tswrql (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.607977+0000 mon.smithi022 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.608341+0000 mgr.smithi022.tswrql (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.614050+0000 mon.smithi022 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.619610+0000 mon.smithi022 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.620106+0000 mgr.smithi022.tswrql (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:35:48.958 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.625499+0000 mon.smithi022 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:35:48.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.625901+0000 mgr.smithi022.tswrql (mgr.14182) 93 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:35:48.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.630686+0000 mon.smithi022 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:48.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.635568+0000 mon.smithi022 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:48.959 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:48.732909+0000 mon.smithi022 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.22:0/2752894530' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:46.848296+0000 mgr.smithi022.tswrql (mgr.14182) 85 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:47.698593+0000 mgr.smithi022.tswrql (mgr.14182) 86 : cephadm [INF] Reconfiguring mon.smithi069 (monmap changed)... 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:47.701006+0000 mgr.smithi022.tswrql (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon mon.smithi069 on smithi069 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.590291+0000 mon.smithi022 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.593381+0000 mon.smithi022 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:35:49.172 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.593891+0000 mgr.smithi022.tswrql (mgr.14182) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.594861+0000 mon.smithi022 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.595150+0000 mgr.smithi022.tswrql (mgr.14182) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi022.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.599037+0000 mon.smithi022 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.604575+0000 mon.smithi022 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.605013+0000 mgr.smithi022.tswrql (mgr.14182) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.607977+0000 mon.smithi022 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.608341+0000 mgr.smithi022.tswrql (mgr.14182) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi022.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.614050+0000 mon.smithi022 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.619610+0000 mon.smithi022 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.620106+0000 mgr.smithi022.tswrql (mgr.14182) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.625499+0000 mon.smithi022 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.625901+0000 mgr.smithi022.tswrql (mgr.14182) 93 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi022.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.630686+0000 mon.smithi022 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:49.173 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.635568+0000 mon.smithi022 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:35:49.174 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:48.732909+0000 mon.smithi022 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.22:0/2752894530' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T10:35:49.220 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi022.tswrql","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6800","nonce":1222947172},{"type":"v1","addr":"172.21.15.22:6801","nonce":1222947172}]},"active_addr":"172.21.15.22:6801/1222947172","active_change":"2023-12-08T10:34:06.828901+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14204,"name":"smithi069.nompxv","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.22:8443/","prometheus":"http://172.21.15.22: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.22:0","nonce":3250790513}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.22:0","nonce":974762799}]}]} 2023-12-08T10:35:49.225 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T10:35:49.225 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T10:35:49.225 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:35:49.535 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:51.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:48.848586+0000 mgr.smithi022.tswrql (mgr.14182) 94 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:51.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:50.090148+0000 mon.smithi022 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:48.848586+0000 mgr.smithi022.tswrql (mgr.14182) 94 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:50.090148+0000 mon.smithi022 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:51.130 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:51.130 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":35,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","created":"2023-12-08T10:32:39.899177+0000","modified":"2023-12-08T10:35:35.843145+0000","last_up_change":"2023-12-08T10:35:33.831653+0000","last_in_change":"2023-12-08T10:35:02.196085+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-12-08T10:35:20.358325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"cb0aafb8-250e-4003-9d45-69c421a36c4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6801","nonce":2446896682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6803","nonce":2446896682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6807","nonce":2446896682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6805","nonce":2446896682}]},"public_addr":"172.21.15.69:6801/2446896682","cluster_addr":"172.21.15.69:6803/2446896682","heartbeat_back_addr":"172.21.15.69:6807/2446896682","heartbeat_front_addr":"172.21.15.69:6805/2446896682","state":["exists","up"]},{"osd":1,"uuid":"a5503a29-3d12-4b71-8c7c-24b68849d021","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6803","nonce":2437064922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6805","nonce":2437064922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6809","nonce":2437064922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6807","nonce":2437064922}]},"public_addr":"172.21.15.22:6803/2437064922","cluster_addr":"172.21.15.22:6805/2437064922","heartbeat_back_addr":"172.21.15.22:6809/2437064922","heartbeat_front_addr":"172.21.15.22:6807/2437064922","state":["exists","up"]},{"osd":2,"uuid":"2f4a7c4d-81af-48a1-aa4c-8c511c668122","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6809","nonce":2850583672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6811","nonce":2850583672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6815","nonce":2850583672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6813","nonce":2850583672}]},"public_addr":"172.21.15.69:6809/2850583672","cluster_addr":"172.21.15.69:6811/2850583672","heartbeat_back_addr":"172.21.15.69:6815/2850583672","heartbeat_front_addr":"172.21.15.69:6813/2850583672","state":["exists","up"]},{"osd":3,"uuid":"c167d47e-308a-4e0d-be2d-f77386ac8d17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6811","nonce":3340945333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6813","nonce":3340945333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6817","nonce":3340945333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6815","nonce":3340945333}]},"public_addr":"172.21.15.22:6811/3340945333","cluster_addr":"172.21.15.22:6813/3340945333","heartbeat_back_addr":"172.21.15.22:6817/3340945333","heartbeat_front_addr":"172.21.15.22:6815/3340945333","state":["exists","up"]},{"osd":4,"uuid":"fc9df0aa-3a05-4911-8cfc-ae0577d35e50","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.69:6816","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6817","nonce":3228892177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6819","nonce":3228892177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6823","nonce":3228892177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6821","nonce":3228892177}]},"public_addr":"172.21.15.69:6817/3228892177","cluster_addr":"172.21.15.69:6819/3228892177","heartbeat_back_addr":"172.21.15.69:6823/3228892177","heartbeat_front_addr":"172.21.15.69:6821/3228892177","state":["exists","up"]},{"osd":5,"uuid":"79175940-4eca-4382-9fb9-5656c8594e0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6819","nonce":3464823443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6821","nonce":3464823443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6825","nonce":3464823443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6823","nonce":3464823443}]},"public_addr":"172.21.15.22:6819/3464823443","cluster_addr":"172.21.15.22:6821/3464823443","heartbeat_back_addr":"172.21.15.22:6825/3464823443","heartbeat_front_addr":"172.21.15.22:6823/3464823443","state":["exists","up"]},{"osd":6,"uuid":"7d567340-c26c-4299-acd1-2d09781f441c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6825","nonce":2305750209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6827","nonce":2305750209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6831","nonce":2305750209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6829","nonce":2305750209}]},"public_addr":"172.21.15.69:6825/2305750209","cluster_addr":"172.21.15.69:6827/2305750209","heartbeat_back_addr":"172.21.15.69:6831/2305750209","heartbeat_front_addr":"172.21.15.69:6829/2305750209","state":["exists","up"]},{"osd":7,"uuid":"85fb6151-0908-47da-b20e-9320aae2ce00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6827","nonce":3712819656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6829","nonce":3712819656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6833","nonce":3712819656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6831","nonce":3712819656}]},"public_addr":"172.21.15.22:6827/3712819656","cluster_addr":"172.21.15.22:6829/3712819656","heartbeat_back_addr":"172.21.15.22:6833/3712819656","heartbeat_front_addr":"172.21.15.22:6831/3712819656","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-12-08T10:35:14.235499+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-12-08T10:35:18.269536+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-12-08T10:35:17.922689+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-12-08T10:35:23.268819+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-12-08T10:35:21.589980+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-12-08T10:35:27.543767+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-12-08T10:35:25.227109+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-12-08T10:35:32.814681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/2676352431":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6801/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:0/3896872523":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2431294847":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/500808334":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/1986023980":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6800/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2584249269":"2023-12-09T10:33:03.607594+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-12-08T10:35:51.667 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T10:35:51.667 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T10:35:52.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:51.128163+0000 mon.smithi022 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.22:0/3337301858' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:52.224 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:51.128163+0000 mon.smithi022 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.22:0/3337301858' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:52.426 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:50.848922+0000 mgr.smithi022.tswrql (mgr.14182) 95 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:52.580216+0000 mgr.smithi022.tswrql (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi069 2023-12-08T10:35:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.585608+0000 mon.smithi022 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:53.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.692879+0000 mon.smithi022 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:53.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:50.848922+0000 mgr.smithi022.tswrql (mgr.14182) 95 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:53.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:52.580216+0000 mgr.smithi022.tswrql (mgr.14182) 96 : cephadm [INF] Detected new or changed devices on smithi069 2023-12-08T10:35:53.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.585608+0000 mon.smithi022 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:53.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.692879+0000 mon.smithi022 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:53.880 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:35:53.880 INFO:teuthology.orchestra.run.smithi022.stdout:{"epoch":35,"fsid":"0a4c2bca-95b5-11ee-95a3-87774f69a715","created":"2023-12-08T10:32:39.899177+0000","modified":"2023-12-08T10:35:35.843145+0000","last_up_change":"2023-12-08T10:35:33.831653+0000","last_in_change":"2023-12-08T10:35:02.196085+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-12-08T10:35:20.358325+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"cb0aafb8-250e-4003-9d45-69c421a36c4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6800","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6801","nonce":2446896682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6802","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6803","nonce":2446896682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6806","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6807","nonce":2446896682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6804","nonce":2446896682},{"type":"v1","addr":"172.21.15.69:6805","nonce":2446896682}]},"public_addr":"172.21.15.69:6801/2446896682","cluster_addr":"172.21.15.69:6803/2446896682","heartbeat_back_addr":"172.21.15.69:6807/2446896682","heartbeat_front_addr":"172.21.15.69:6805/2446896682","state":["exists","up"]},{"osd":1,"uuid":"a5503a29-3d12-4b71-8c7c-24b68849d021","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6802","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6803","nonce":2437064922}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6804","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6805","nonce":2437064922}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6808","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6809","nonce":2437064922}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6806","nonce":2437064922},{"type":"v1","addr":"172.21.15.22:6807","nonce":2437064922}]},"public_addr":"172.21.15.22:6803/2437064922","cluster_addr":"172.21.15.22:6805/2437064922","heartbeat_back_addr":"172.21.15.22:6809/2437064922","heartbeat_front_addr":"172.21.15.22:6807/2437064922","state":["exists","up"]},{"osd":2,"uuid":"2f4a7c4d-81af-48a1-aa4c-8c511c668122","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6808","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6809","nonce":2850583672}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6810","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6811","nonce":2850583672}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6814","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6815","nonce":2850583672}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6812","nonce":2850583672},{"type":"v1","addr":"172.21.15.69:6813","nonce":2850583672}]},"public_addr":"172.21.15.69:6809/2850583672","cluster_addr":"172.21.15.69:6811/2850583672","heartbeat_back_addr":"172.21.15.69:6815/2850583672","heartbeat_front_addr":"172.21.15.69:6813/2850583672","state":["exists","up"]},{"osd":3,"uuid":"c167d47e-308a-4e0d-be2d-f77386ac8d17","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6810","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6811","nonce":3340945333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6812","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6813","nonce":3340945333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6816","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6817","nonce":3340945333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6814","nonce":3340945333},{"type":"v1","addr":"172.21.15.22:6815","nonce":3340945333}]},"public_addr":"172.21.15.22:6811/3340945333","cluster_addr":"172.21.15.22:6813/3340945333","heartbeat_back_addr":"172.21.15.22:6817/3340945333","heartbeat_front_addr":"172.21.15.22:6815/3340945333","state":["exists","up"]},{"osd":4,"uuid":"fc9df0aa-3a05-4911-8cfc-ae0577d35e50","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.69:6816","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6817","nonce":3228892177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6818","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6819","nonce":3228892177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6822","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6823","nonce":3228892177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6820","nonce":3228892177},{"type":"v1","addr":"172.21.15.69:6821","nonce":3228892177}]},"public_addr":"172.21.15.69:6817/3228892177","cluster_addr":"172.21.15.69:6819/3228892177","heartbeat_back_addr":"172.21.15.69:6823/3228892177","heartbeat_front_addr":"172.21.15.69:6821/3228892177","state":["exists","up"]},{"osd":5,"uuid":"79175940-4eca-4382-9fb9-5656c8594e0d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6818","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6819","nonce":3464823443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6820","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6821","nonce":3464823443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6824","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6825","nonce":3464823443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6822","nonce":3464823443},{"type":"v1","addr":"172.21.15.22:6823","nonce":3464823443}]},"public_addr":"172.21.15.22:6819/3464823443","cluster_addr":"172.21.15.22:6821/3464823443","heartbeat_back_addr":"172.21.15.22:6825/3464823443","heartbeat_front_addr":"172.21.15.22:6823/3464823443","state":["exists","up"]},{"osd":6,"uuid":"7d567340-c26c-4299-acd1-2d09781f441c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6824","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6825","nonce":2305750209}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6826","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6827","nonce":2305750209}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6830","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6831","nonce":2305750209}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.69:6828","nonce":2305750209},{"type":"v1","addr":"172.21.15.69:6829","nonce":2305750209}]},"public_addr":"172.21.15.69:6825/2305750209","cluster_addr":"172.21.15.69:6827/2305750209","heartbeat_back_addr":"172.21.15.69:6831/2305750209","heartbeat_front_addr":"172.21.15.69:6829/2305750209","state":["exists","up"]},{"osd":7,"uuid":"85fb6151-0908-47da-b20e-9320aae2ce00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6826","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6827","nonce":3712819656}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6828","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6829","nonce":3712819656}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6832","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6833","nonce":3712819656}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.22:6830","nonce":3712819656},{"type":"v1","addr":"172.21.15.22:6831","nonce":3712819656}]},"public_addr":"172.21.15.22:6827/3712819656","cluster_addr":"172.21.15.22:6829/3712819656","heartbeat_back_addr":"172.21.15.22:6833/3712819656","heartbeat_front_addr":"172.21.15.22:6831/3712819656","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-12-08T10:35:14.235499+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-12-08T10:35:18.269536+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-12-08T10:35:17.922689+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-12-08T10:35:23.268819+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-12-08T10:35:21.589980+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-12-08T10:35:27.543767+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-12-08T10:35:25.227109+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-12-08T10:35:32.814681+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.22:0/2676352431":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6801/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/1450036072":"2023-12-09T10:34:06.828775+0000","172.21.15.22:0/3896872523":"2023-12-09T10:34:06.828775+0000","172.21.15.22:6800/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2431294847":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/500808334":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/1986023980":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6800/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/4191342507":"2023-12-09T10:33:03.607594+0000","172.21.15.22:6801/731022817":"2023-12-09T10:33:29.032787+0000","172.21.15.22:0/2584249269":"2023-12-09T10:33:03.607594+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-12-08T10:35:54.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:52.849289+0000 mgr.smithi022.tswrql (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.867011+0000 mon.smithi022 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.867866+0000 mon.smithi022 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.868581+0000 mon.smithi022 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.869516+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:52.870218+0000 mgr.smithi022.tswrql (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 3992M 2023-12-08T10:35:54.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:52.874510+0000 mon.smithi022 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:54.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:52.849289+0000 mgr.smithi022.tswrql (mgr.14182) 97 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:54.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.867011+0000 mon.smithi022 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.867866+0000 mon.smithi022 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.868581+0000 mon.smithi022 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.869516+0000 mon.smithi022 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:54.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:52.870218+0000 mgr.smithi022.tswrql (mgr.14182) 98 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 3992M 2023-12-08T10:35:54.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:52.874510+0000 mon.smithi022 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:54.355 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T10:35:54.667 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:55.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:53.878317+0000 mon.smithi022 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.22:0/3029863241' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:55.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:53.878317+0000 mon.smithi022 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.22:0/3029863241' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T10:35:56.069 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:54.849631+0000 mgr.smithi022.tswrql (mgr.14182) 99 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:56.251 INFO:teuthology.orchestra.run.smithi022.stdout:68719476745 2023-12-08T10:35:56.252 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T10:35:56.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:54.849631+0000 mgr.smithi022.tswrql (mgr.14182) 99 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:56.565 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:56.552002+0000 mgr.smithi022.tswrql (mgr.14182) 100 : cephadm [INF] Detected new or changed devices on smithi022 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.557958+0000 mon.smithi022 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.897931+0000 mon.smithi022 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.899105+0000 mon.smithi022 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.899792+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.900409+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.901025+0000 mon.smithi022 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.905085+0000 mon.smithi022 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.906032+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.906711+0000 mon.smithi022 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.911144+0000 mon.smithi022 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.915759+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:57.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.919564+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:35:57.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.920743+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:35:57.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.920962+0000 mon.smithi022 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:57.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:35:56.921432+0000 mon.smithi022 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:57.938 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:56.552002+0000 mgr.smithi022.tswrql (mgr.14182) 100 : cephadm [INF] Detected new or changed devices on smithi022 2023-12-08T10:35:57.938 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.557958+0000 mon.smithi022 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.938 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.897931+0000 mon.smithi022 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.899105+0000 mon.smithi022 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.899792+0000 mon.smithi022 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.900409+0000 mon.smithi022 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.901025+0000 mon.smithi022 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.905085+0000 mon.smithi022 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.906032+0000 mon.smithi022 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.906711+0000 mon.smithi022 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.911144+0000 mon.smithi022 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.915759+0000 mon.smithi022 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.919564+0000 mon.smithi022 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.920743+0000 mon.smithi022 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.920962+0000 mon.smithi022 (mon.0) 551 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:57.939 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:35:56.921432+0000 mon.smithi022 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:35:58.450 INFO:teuthology.orchestra.run.smithi022.stdout:85899345931 2023-12-08T10:35:58.451 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T10:35:58.771 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:35:58.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:56.849922+0000 mgr.smithi022.tswrql (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:58.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:35:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:35:56.901492+0000 mgr.smithi022.tswrql (mgr.14182) 102 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 3225M 2023-12-08T10:35:58.905 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:56.849922+0000 mgr.smithi022.tswrql (mgr.14182) 101 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:35:58.906 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:35:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:35:56.901492+0000 mgr.smithi022.tswrql (mgr.14182) 102 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 3225M 2023-12-08T10:36:00.581 INFO:teuthology.orchestra.run.smithi022.stdout:85899345931 2023-12-08T10:36:00.582 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T10:36:01.025 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:35:58.850265+0000 mgr.smithi022.tswrql (mgr.14182) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:01.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:35:58.850265+0000 mgr.smithi022.tswrql (mgr.14182) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:01.303 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:02.928 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:00.850637+0000 mgr.smithi022.tswrql (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:03.041 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:00.850637+0000 mgr.smithi022.tswrql (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:03.352 INFO:teuthology.orchestra.run.smithi022.stdout:107374182409 2023-12-08T10:36:03.353 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T10:36:03.659 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:04.352 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:02.851092+0000 mgr.smithi022.tswrql (mgr.14182) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:04.352 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:03.104459+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:04.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:02.851092+0000 mgr.smithi022.tswrql (mgr.14182) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:04.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:03.104459+0000 mon.smithi022 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:05.597 INFO:teuthology.orchestra.run.smithi022.stdout:98784247820 2023-12-08T10:36:05.597 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T10:36:05.917 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:06.254 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:04.851466+0000 mgr.smithi022.tswrql (mgr.14182) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:06.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:04.851466+0000 mgr.smithi022.tswrql (mgr.14182) 106 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:07.742 INFO:teuthology.orchestra.run.smithi022.stdout:124554051595 2023-12-08T10:36:07.742 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T10:36:07.927 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:06.851929+0000 mgr.smithi022.tswrql (mgr.14182) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:07.927 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:06.897036+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:07.927 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:06.899311+0000 mon.smithi022 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:08.111 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:06.851929+0000 mgr.smithi022.tswrql (mgr.14182) 107 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:06.897036+0000 mon.smithi022 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:06.899311+0000 mon.smithi022 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:09.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:08.345435+0000 mon.smithi022 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:08.345435+0000 mon.smithi022 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:10.157 INFO:teuthology.orchestra.run.smithi022.stdout:115964117002 2023-12-08T10:36:10.157 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T10:36:10.989 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:11.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:08.852273+0000 mgr.smithi022.tswrql (mgr.14182) 108 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:11.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:08.852273+0000 mgr.smithi022.tswrql (mgr.14182) 108 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:12.471 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:10.852660+0000 mgr.smithi022.tswrql (mgr.14182) 109 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:12.471 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:11.212463+0000 mon.smithi022 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:12.471 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:11.213348+0000 mon.smithi022 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:12.471 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:11.214061+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:12.472 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:11.217877+0000 mon.smithi022 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:12.472 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:11.221645+0000 mon.smithi022 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:12.473 INFO:teuthology.orchestra.run.smithi022.stdout:141733920778 2023-12-08T10:36:12.473 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T10:36:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:10.852660+0000 mgr.smithi022.tswrql (mgr.14182) 109 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:11.212463+0000 mon.smithi022 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:12.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:11.213348+0000 mon.smithi022 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:12.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:11.214061+0000 mon.smithi022 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:12.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:11.217877+0000 mon.smithi022 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:12.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:11.221645+0000 mon.smithi022 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:12.775 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:14.016 INFO:teuthology.orchestra.run.smithi022.stdout:68719476749 2023-12-08T10:36:14.421 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476749 for osd.0 2023-12-08T10:36:14.421 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T10:36:14.722 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:15.048 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:12.853200+0000 mgr.smithi022.tswrql (mgr.14182) 110 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:15.048 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:14.014350+0000 mon.smithi022 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.22:0/3359657247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:36:15.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:12.853200+0000 mgr.smithi022.tswrql (mgr.14182) 110 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:15.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:14.014350+0000 mon.smithi022 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.22:0/3359657247' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T10:36:16.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:14.853671+0000 mgr.smithi022.tswrql (mgr.14182) 111 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:16.207 INFO:teuthology.orchestra.run.smithi022.stdout:85899345934 2023-12-08T10:36:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:14.853671+0000 mgr.smithi022.tswrql (mgr.14182) 111 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:16.605 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345931 got 85899345934 for osd.1 2023-12-08T10:36:16.605 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T10:36:16.906 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:17.234 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:16.205840+0000 mon.smithi022 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.22:0/4284270578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:36:17.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:16.205840+0000 mon.smithi022 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.22:0/4284270578' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T10:36:18.151 INFO:teuthology.orchestra.run.smithi022.stdout:85899345935 2023-12-08T10:36:18.176 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:16.853957+0000 mgr.smithi022.tswrql (mgr.14182) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:18.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:16.853957+0000 mgr.smithi022.tswrql (mgr.14182) 112 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:18.580 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345931 got 85899345935 for osd.2 2023-12-08T10:36:18.581 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T10:36:18.884 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:19.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:18.150022+0000 mon.smithi022 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.22:0/1901866402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:36:19.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:18.150022+0000 mon.smithi022 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.22:0/1901866402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T10:36:20.165 INFO:teuthology.orchestra.run.smithi022.stdout:107374182412 2023-12-08T10:36:20.188 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:18.854315+0000 mgr.smithi022.tswrql (mgr.14182) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:20.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:18.854315+0000 mgr.smithi022.tswrql (mgr.14182) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:20.571 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182409 got 107374182412 for osd.3 2023-12-08T10:36:20.571 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T10:36:20.872 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:21.184 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:20.164525+0000 mon.smithi022 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.22:0/3035531263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:36:21.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:20.164525+0000 mon.smithi022 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.22:0/3035531263' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T10:36:22.140 INFO:teuthology.orchestra.run.smithi022.stdout:98784247823 2023-12-08T10:36:22.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:20.854658+0000 mgr.smithi022.tswrql (mgr.14182) 114 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:22.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:20.854658+0000 mgr.smithi022.tswrql (mgr.14182) 114 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:22.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247820 got 98784247823 for osd.4 2023-12-08T10:36:22.578 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T10:36:22.879 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:23.193 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:22.138855+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.22:0/97866134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:36:23.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:22.138855+0000 mon.smithi022 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.22:0/97866134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T10:36:24.116 INFO:teuthology.orchestra.run.smithi022.stdout:124554051598 2023-12-08T10:36:24.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:22.854969+0000 mgr.smithi022.tswrql (mgr.14182) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:24.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:22.854969+0000 mgr.smithi022.tswrql (mgr.14182) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:24.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051595 got 124554051598 for osd.5 2023-12-08T10:36:24.553 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T10:36:24.854 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:25.036 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:24.114810+0000 mon.smithi022 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.22:0/444904027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:36:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:24.114810+0000 mon.smithi022 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.22:0/444904027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T10:36:26.098 INFO:teuthology.orchestra.run.smithi022.stdout:115964117005 2023-12-08T10:36:26.290 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:24.855327+0000 mgr.smithi022.tswrql (mgr.14182) 116 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:26.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:24.855327+0000 mgr.smithi022.tswrql (mgr.14182) 116 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:26.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117005 for osd.6 2023-12-08T10:36:26.504 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T10:36:26.802 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:27.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:26.097212+0000 mon.smithi022 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.22:0/2485263989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:36:27.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:26.097212+0000 mon.smithi022 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.22:0/2485263989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T10:36:28.096 INFO:teuthology.orchestra.run.smithi022.stdout:141733920781 2023-12-08T10:36:28.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:26.855699+0000 mgr.smithi022.tswrql (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:26.855699+0000 mgr.smithi022.tswrql (mgr.14182) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:28.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920778 got 141733920781 for osd.7 2023-12-08T10:36:28.512 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T10:36:28.512 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:36:28.813 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:29.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:28.095144+0000 mon.smithi022 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.22:0/16098912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:36:29.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:28.095144+0000 mon.smithi022 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.22:0/16098912' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T10:36:30.120 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:36:30.122 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2023-12-08T10:36:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:28.855998+0000 mgr.smithi022.tswrql (mgr.14182) 118 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:30.340 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:28.855998+0000 mgr.smithi022.tswrql (mgr.14182) 118 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:30.544 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2023-12-08T10:36:28.855859+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":2379480,"kb_used_data":2712,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548968,"statfs":{"total":767926730752,"available":765490143232,"internally_reserved":0,"allocated":2777088,"data_stored":1080426,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-12-08T10:35:35.926059+0000","last_change":"2023-12-08T10:35:35.926059+0000","last_active":"2023-12-08T10:35:35.926059+0000","last_peered":"2023-12-08T10:35:35.926059+0000","last_clean":"2023-12-08T10:35:35.926059+0000","last_became_active":"2023-12-08T10:35:35.925630+0000","last_became_peered":"2023-12-08T10:35:35.925630+0000","last_unstale":"2023-12-08T10:35:35.926059+0000","last_undegraded":"2023-12-08T10:35:35.926059+0000","last_fullsized":"2023-12-08T10:35:35.926059+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:35:20.882112+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:35:20.882112+0000","last_clean_scrub_stamp":"2023-12-08T10:35:20.882112+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":33,"seq":141733920781,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":134961,"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.60599999999999998}]},{"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.40000000000000002}]},{"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.499}]},{"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.44600000000000001}]},{"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.53000000000000003}]},{"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.66000000000000003}]},{"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.62}]}]},{"osd":5,"up_from":29,"seq":124554051599,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.66200000000000003}]},{"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.61499999999999999}]},{"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.35799999999999998}]},{"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.50700000000000001}]},{"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.59199999999999997}]},{"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.46200000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":133809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:20 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.51000000000000001}]},{"osd":2,"last update":"Fri Dec 8 10:36:20 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60899999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.48899999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.52100000000000002}]},{"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.42099999999999999}]},{"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.65300000000000002}]},{"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.56499999999999995}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.40200000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.29099999999999998}]},{"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.48499999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.52700000000000002}]},{"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.47999999999999998}]},{"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.47099999999999997}]},{"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.58599999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.311}]},{"osd":1,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.433}]},{"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.50800000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.375}]},{"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.48699999999999999}]},{"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.55500000000000005}]},{"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.57399999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247824,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.314}]},{"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.51300000000000001}]},{"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.42599999999999999}]},{"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.44900000000000001}]},{"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.45500000000000002}]},{"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.60799999999999998}]}]},{"osd":3,"up_from":25,"seq":107374182414,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.48099999999999998}]},{"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.40200000000000002}]},{"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.41999999999999998}]},{"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.44900000000000001}]},{"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.57999999999999996}]},{"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.56999999999999995}]},{"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.61099999999999999}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.45500000000000002}]},{"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.58499999999999996}]},{"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.56799999999999995}]},{"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.48699999999999999}]},{"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.59399999999999997}]},{"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.67900000000000005}]},{"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.72799999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T10:36:30.545 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T10:36:30.847 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:30.117497+0000 mgr.smithi022.tswrql (mgr.14182) 119 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:31.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:30.117497+0000 mgr.smithi022.tswrql (mgr.14182) 119 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:32.094 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:36:32.096 INFO:teuthology.orchestra.run.smithi022.stderr:dumped all 2023-12-08T10:36:32.272 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:30.856305+0000 mgr.smithi022.tswrql (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:30.856305+0000 mgr.smithi022.tswrql (mgr.14182) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:32.492 INFO:teuthology.orchestra.run.smithi022.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2023-12-08T10:36:30.856142+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":2379480,"kb_used_data":2712,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548968,"statfs":{"total":767926730752,"available":765490143232,"internally_reserved":0,"allocated":2777088,"data_stored":1080426,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":35,"state":"active+clean","last_fresh":"2023-12-08T10:35:35.926059+0000","last_change":"2023-12-08T10:35:35.926059+0000","last_active":"2023-12-08T10:35:35.926059+0000","last_peered":"2023-12-08T10:35:35.926059+0000","last_clean":"2023-12-08T10:35:35.926059+0000","last_became_active":"2023-12-08T10:35:35.925630+0000","last_became_peered":"2023-12-08T10:35:35.925630+0000","last_unstale":"2023-12-08T10:35:35.926059+0000","last_undegraded":"2023-12-08T10:35:35.926059+0000","last_fullsized":"2023-12-08T10:35:35.926059+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T10:35:20.882112+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T10:35:20.882112+0000","last_clean_scrub_stamp":"2023-12-08T10:35:20.882112+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":33,"seq":141733920782,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":134961,"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.59499999999999997}]},{"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.47899999999999998}]},{"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.67000000000000004}]},{"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.65900000000000003}]},{"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.83599999999999997}]},{"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.754}]},{"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.81799999999999995}]}]},{"osd":5,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.66600000000000004}]},{"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.45200000000000001}]},{"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.55500000000000005}]},{"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.48499999999999999}]},{"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.70299999999999996}]},{"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.753}]},{"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.71799999999999997}]}]},{"osd":1,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":133809,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:20 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.51000000000000001}]},{"osd":2,"last update":"Fri Dec 8 10:36:20 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.67000000000000004},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60899999999999999}]},{"osd":3,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.48899999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.52100000000000002}]},{"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.42099999999999999}]},{"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.65300000000000002}]},{"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.56499999999999995}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.40200000000000002}]},{"osd":2,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.29099999999999998}]},{"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.48499999999999999}]},{"osd":4,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.52700000000000002}]},{"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.47999999999999998}]},{"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.47099999999999997}]},{"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.58599999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345937,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.311}]},{"osd":1,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.433}]},{"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.50800000000000001}]},{"osd":4,"last update":"Fri Dec 8 10:36:23 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.375}]},{"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.48699999999999999}]},{"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.55500000000000005}]},{"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.57399999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247825,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.442},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.52700000000000002}]},{"osd":1,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.56699999999999995}]},{"osd":2,"last update":"Fri Dec 8 10:36:25 2023","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.629},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.51700000000000002}]},{"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.621}]},{"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.76800000000000002}]},{"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.59099999999999997}]},{"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.66800000000000004}]}]},{"osd":3,"up_from":25,"seq":107374182415,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Dec 8 10:36:27 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.63400000000000001}]},{"osd":1,"last update":"Fri Dec 8 10:36:27 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.439},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.48199999999999998}]},{"osd":2,"last update":"Fri Dec 8 10:36:27 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.65600000000000003}]},{"osd":4,"last update":"Fri Dec 8 10:36:27 2023","interfaces":[{"interface":"back","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.67700000000000005}]},{"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.54400000000000004}]},{"osd":6,"last update":"Fri Dec 8 10:36:27 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.73999999999999999}]},{"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.52100000000000002}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":135276,"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.45500000000000002}]},{"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.58499999999999996}]},{"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.56799999999999995}]},{"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.48699999999999999}]},{"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.59399999999999997}]},{"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.67900000000000005}]},{"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.72799999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T10:36:32.493 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T10:36:32.493 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T10:36:32.494 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T10:36:32.494 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T10:36:32.793 INFO:teuthology.orchestra.run.smithi022.stderr:Inferring config /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/mon.smithi022/config 2023-12-08T10:36:33.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:32.090500+0000 mgr.smithi022.tswrql (mgr.14182) 121 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:33.306 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:32.090500+0000 mgr.smithi022.tswrql (mgr.14182) 121 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:36:34.151 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:36:34.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:32.856603+0000 mgr.smithi022.tswrql (mgr.14182) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:34.331 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:32.856603+0000 mgr.smithi022.tswrql (mgr.14182) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:34.552 INFO:teuthology.orchestra.run.smithi022.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T10:36:34.552 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T10:36:34.552 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T10:36:34.552 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:36:34.565 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:36:34.565 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T10:36:35.281 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:34.149667+0000 mon.smithi022 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.22:0/576874784' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:36:35.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:34.149667+0000 mon.smithi022 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.22:0/576874784' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T10:36:36.034 INFO:teuthology.orchestra.run.smithi022.stdout:Backend: cephadm 2023-12-08T10:36:36.034 INFO:teuthology.orchestra.run.smithi022.stdout:Available: Yes 2023-12-08T10:36:36.034 INFO:teuthology.orchestra.run.smithi022.stdout:Paused: No 2023-12-08T10:36:36.214 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:34.857121+0000 mgr.smithi022.tswrql (mgr.14182) 123 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:36.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:34.857121+0000 mgr.smithi022.tswrql (mgr.14182) 123 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:36.444 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T10:36:37.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:36.032701+0000 mgr.smithi022.tswrql (mgr.14182) 124 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:37.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:36.032701+0000 mgr.smithi022.tswrql (mgr.14182) 124 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:38.018 INFO:teuthology.orchestra.run.smithi022.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager.smithi022 smithi022 *:9093,9094 running (60s) 26s ago 2m 17.7M - 0.23.0 ba2b418f427c ac5a34ecc74b 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi022 smithi022 running (2m) 26s ago 2m 7285k - 16.2.14-365-g451ceae1 03b62e1f94c4 aeeb9ccb33df 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:crash.smithi069 smithi069 running (2m) 29s ago 2m 7419k - 16.2.14-365-g451ceae1 03b62e1f94c4 b591d170a55f 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:grafana.smithi022 smithi022 *:3000 running (56s) 26s ago 2m 48.9M - 8.3.5 dad864ee21e9 ca8cdb22125c 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi022.tswrql smithi022 *:9283 running (3m) 26s ago 3m 447M - 16.2.14-365-g451ceae1 03b62e1f94c4 b336737cf163 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:mgr.smithi069.nompxv smithi069 *:8443,9283 running (2m) 29s ago 2m 391M - 16.2.14-365-g451ceae1 03b62e1f94c4 d9fcde7b0b11 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi022 smithi022 running (3m) 26s ago 3m 73.0M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 7a8c704359fa 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:mon.smithi069 smithi069 running (2m) 29s ago 2m 66.6M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 6553e3f845f0 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi022 smithi022 *:9100 running (2m) 26s ago 2m 22.7M - 1.3.1 1dbe0e931976 5c46a76ba543 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter.smithi069 smithi069 *:9100 running (112s) 29s ago 112s 22.7M - 1.3.1 1dbe0e931976 db4d24e24e75 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:osd.0 smithi069 running (88s) 29s ago 88s 36.9M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 10d57dd76fe7 2023-12-08T10:36:38.019 INFO:teuthology.orchestra.run.smithi022.stdout:osd.1 smithi022 running (84s) 26s ago 83s 36.7M 3225M 16.2.14-365-g451ceae1 03b62e1f94c4 97839c2d57bc 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.2 smithi069 running (84s) 29s ago 84s 34.1M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 d0dc4edca475 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.3 smithi022 running (79s) 26s ago 78s 34.9M 3225M 16.2.14-365-g451ceae1 03b62e1f94c4 4cb35a3e59b7 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.4 smithi069 running (80s) 29s ago 80s 30.9M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 5b747f80c6d9 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.5 smithi022 running (74s) 26s ago 74s 31.8M 3225M 16.2.14-365-g451ceae1 03b62e1f94c4 4068b8563dda 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.6 smithi069 running (77s) 29s ago 77s 31.2M 3992M 16.2.14-365-g451ceae1 03b62e1f94c4 0ea54e30b8bd 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:osd.7 smithi022 running (70s) 26s ago 69s 34.2M 3225M 16.2.14-365-g451ceae1 03b62e1f94c4 d54c8e4de201 2023-12-08T10:36:38.020 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus.smithi022 smithi022 *:9095 running (52s) 26s ago 2m 44.6M - 2.33.4 514e6a882f6e 4940f1e0d5ac 2023-12-08T10:36:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:36.857465+0000 mgr.smithi022.tswrql (mgr.14182) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:38.319 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:36.857465+0000 mgr.smithi022.tswrql (mgr.14182) 125 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:38.417 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T10:36:39.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:38.008044+0000 mgr.smithi022.tswrql (mgr.14182) 126 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:39.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:38.008044+0000 mgr.smithi022.tswrql (mgr.14182) 126 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:alertmanager ?:9093,9094 1/1 28s ago 3m count:1 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:crash 2/2 31s ago 3m * 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:grafana ?:3000 1/1 28s ago 3m count:1 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:mgr 2/2 31s ago 3m count:2 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:mon 2/2 31s ago 2m smithi022:172.21.15.22=smithi022;smithi069:172.21.15.69=smithi069;count:2 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:node-exporter ?:9100 2/2 31s ago 3m * 2023-12-08T10:36:39.917 INFO:teuthology.orchestra.run.smithi022.stdout:osd.all-available-devices 8 31s ago 113s * 2023-12-08T10:36:39.918 INFO:teuthology.orchestra.run.smithi022.stdout:prometheus ?:9095 1/1 28s ago 3m count:1 2023-12-08T10:36:40.293 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:38.857792+0000 mgr.smithi022.tswrql (mgr.14182) 127 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:38.857792+0000 mgr.smithi022.tswrql (mgr.14182) 127 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:40.318 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T10:36:41.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:39.911761+0000 mgr.smithi022.tswrql (mgr.14182) 128 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:41.309 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:39.911761+0000 mgr.smithi022.tswrql (mgr.14182) 128 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:41.903 INFO:teuthology.orchestra.run.smithi022.stdout:HOST ADDR LABELS STATUS 2023-12-08T10:36:41.903 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 172.21.15.22 2023-12-08T10:36:41.903 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 172.21.15.69 2023-12-08T10:36:41.903 INFO:teuthology.orchestra.run.smithi022.stdout:2 hosts in cluster 2023-12-08T10:36:42.292 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:40.858258+0000 mgr.smithi022.tswrql (mgr.14182) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:42.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:40.858258+0000 mgr.smithi022.tswrql (mgr.14182) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:42.318 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T10:36:43.292 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:41.901264+0000 mgr.smithi022.tswrql (mgr.14182) 130 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:43.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:41.901264+0000 mgr.smithi022.tswrql (mgr.14182) 130 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:43.905 INFO:teuthology.orchestra.run.smithi022.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:36:43.905 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747402EC480DGN 447G 47s ago LVM detected, locked 2023-12-08T10:36:43.905 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme1n1 ssd Linux_8bb3107fa81dbfa6791e 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme2n1 ssd Linux_6cbe124ba9513bcce426 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme3n1 ssd Linux_e22aae58c4f00187d859 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme4n1 ssd Linux_a8202dabd0cd3e5132a1 89.4G 47s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y0400BGN 372G 51s ago LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme1n1 ssd Linux_b34a63abb51e58b8508a 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.906 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme2n1 ssd Linux_d67e0ee944cbd7c863a3 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.907 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme3n1 ssd Linux_6553986a1eeefe8594d6 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:43.907 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme4n1 ssd Linux_04f7a23ed2f7826d94bc 89.4G 51s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:44.233 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:42.858795+0000 mgr.smithi022.tswrql (mgr.14182) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:44.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:42.858795+0000 mgr.smithi022.tswrql (mgr.14182) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:44.308 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T10:36:44.320 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T10:36:44.320 INFO:tasks.vip:peername 172.21.15.22 2023-12-08T10:36:44.324 INFO:tasks.vip:172.21.15.22 in 172.21.0.0/20, pos 3861 2023-12-08T10:36:44.328 INFO:tasks.vip:smithi022.front.sepia.ceph.com static 10.0.15.22, vnet 10.0.0.0/16 2023-12-08T10:36:44.328 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T10:36:44.329 DEBUG:teuthology.orchestra.run.smithi022:> sudo ip route ls 2023-12-08T10:36:44.368 INFO:teuthology.orchestra.run.smithi022.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.22 metric 100 2023-12-08T10:36:44.369 INFO:teuthology.orchestra.run.smithi022.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.22 metric 100 2023-12-08T10:36:44.371 INFO:tasks.vip:Configuring 10.0.15.22 on smithi022.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:36:44.371 DEBUG:teuthology.orchestra.run.smithi022:> sudo ip addr add 10.0.15.22/16 dev ens1f0 2023-12-08T10:36:44.448 INFO:tasks.vip:peername 172.21.15.69 2023-12-08T10:36:44.450 INFO:tasks.vip:172.21.15.69 in 172.21.0.0/20, pos 3908 2023-12-08T10:36:44.454 INFO:tasks.vip:smithi069.front.sepia.ceph.com static 10.0.15.69, vnet 10.0.0.0/16 2023-12-08T10:36:44.454 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip route ls 2023-12-08T10:36:44.493 INFO:teuthology.orchestra.run.smithi069.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.69 metric 100 2023-12-08T10:36:44.494 INFO:teuthology.orchestra.run.smithi069.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.69 metric 100 2023-12-08T10:36:44.495 INFO:tasks.vip:Configuring 10.0.15.69 on smithi069.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:36:44.495 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr add 10.0.15.69/16 dev enp3s0f1 2023-12-08T10:36:44.566 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:36:44.576 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:36:44.577 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T10:36:45.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:43.901543+0000 mgr.smithi022.tswrql (mgr.14182) 132 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:45.329 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:43.901543+0000 mgr.smithi022.tswrql (mgr.14182) 132 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747402EC480DGN 447G 49s ago LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme1n1 ssd Linux_8bb3107fa81dbfa6791e 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme2n1 ssd Linux_6cbe124ba9513bcce426 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme3n1 ssd Linux_e22aae58c4f00187d859 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi022 /dev/nvme4n1 ssd Linux_a8202dabd0cd3e5132a1 89.4G 49s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400Y0400BGN 372G 53s ago LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme1n1 ssd Linux_b34a63abb51e58b8508a 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme2n1 ssd Linux_d67e0ee944cbd7c863a3 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme3n1 ssd Linux_6553986a1eeefe8594d6 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.106 INFO:teuthology.orchestra.run.smithi022.stdout:smithi069 /dev/nvme4n1 ssd Linux_04f7a23ed2f7826d94bc 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T10:36:46.287 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:44.859132+0000 mgr.smithi022.tswrql (mgr.14182) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:46.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:44.859132+0000 mgr.smithi022.tswrql (mgr.14182) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:46.616 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-08T10:36:46.625 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:36:46.626 DEBUG:teuthology.orchestra.run.smithi022:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:36:46.663 INFO:teuthology.orchestra.run.smithi022.stderr:+ systemctl stop nfs-server 2023-12-08T10:36:46.672 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi069.front.sepia.ceph.com 2023-12-08T10:36:46.673 DEBUG:teuthology.orchestra.run.smithi069:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-08T10:36:46.702 INFO:teuthology.orchestra.run.smithi069.stderr:+ systemctl stop nfs-server 2023-12-08T10:36:46.708 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T10:36:46.720 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:36:46.720 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-08T10:36:47.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:46.102347+0000 mgr.smithi022.tswrql (mgr.14182) 134 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:47.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:46.111350+0000 mon.smithi022 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:47.298 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:46.102347+0000 mgr.smithi022.tswrql (mgr.14182) 134 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:47.298 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:46.111350+0000 mon.smithi022 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:49.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:46.859392+0000 mgr.smithi022.tswrql (mgr.14182) 135 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:49.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:47.446177+0000 mon.smithi022 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:49.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:46.859392+0000 mgr.smithi022.tswrql (mgr.14182) 135 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:49.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:47.446177+0000 mon.smithi022 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:50.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:48.374159+0000 mgr.smithi022.tswrql (mgr.14182) 136 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:50.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:48.374788+0000 mon.smithi022 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T10:36:50.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:48.881909+0000 mon.smithi022 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T10:36:50.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:48.881997+0000 mon.smithi022 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T10:36:50.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:48.883112+0000 mon.smithi022 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:48.374159+0000 mgr.smithi022.tswrql (mgr.14182) 136 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:48.374788+0000 mon.smithi022 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:48.881909+0000 mon.smithi022 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:48.881997+0000 mon.smithi022 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:48.883112+0000 mon.smithi022 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:36:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:36:49.891+0000 7f2fe2a9b700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:36:50.320 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.22/16 --port 2999' 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:48.859727+0000 mgr.smithi022.tswrql (mgr.14182) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.884743+0000 mon.smithi022 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:49.885008+0000 mon.smithi022 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.891230+0000 mon.smithi022 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:49.892141+0000 mon.smithi022 (mon.0) 580 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:49.892179+0000 mon.smithi022 (mon.0) 581 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.897232+0000 mon.smithi022 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:51.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:49.905876+0000 mon.smithi022 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T10:36:51.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.906018+0000 mon.smithi022 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T10:36:51.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:49.906106+0000 mon.smithi022 (mon.0) 585 : cluster [DBG] fsmap foofs:0 2023-12-08T10:36:51.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.920158+0000 mon.smithi022 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:51.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:49.970591+0000 mon.smithi022 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:48.859727+0000 mgr.smithi022.tswrql (mgr.14182) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.884743+0000 mon.smithi022 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:49.885008+0000 mon.smithi022 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.891230+0000 mon.smithi022 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:49.892141+0000 mon.smithi022 (mon.0) 580 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:49.892179+0000 mon.smithi022 (mon.0) 581 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.897232+0000 mon.smithi022 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:51.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:49.905876+0000 mon.smithi022 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T10:36:51.155 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.906018+0000 mon.smithi022 (mon.0) 584 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-08T10:36:51.155 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:49.906106+0000 mon.smithi022 (mon.0) 585 : cluster [DBG] fsmap foofs:0 2023-12-08T10:36:51.155 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.920158+0000 mon.smithi022 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:51.155 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:49.970591+0000 mon.smithi022 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:52.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:36:49.915868+0000 mgr.smithi022.tswrql (mgr.14182) 138 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T10:36:52.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:50.905379+0000 mon.smithi022 (mon.0) 588 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:36:52.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:36:49.915868+0000 mgr.smithi022.tswrql (mgr.14182) 138 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-08T10:36:52.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:50.905379+0000 mon.smithi022 (mon.0) 588 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T10:36:53.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:50.860164+0000 mgr.smithi022.tswrql (mgr.14182) 139 : cluster [DBG] pgmap v109: 65 pgs: 17 creating+peering, 35 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:53.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:51.906478+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:36:53.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:51.995210+0000 mon.smithi022 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:50.860164+0000 mgr.smithi022.tswrql (mgr.14182) 139 : cluster [DBG] pgmap v109: 65 pgs: 17 creating+peering, 35 unknown, 13 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:51.906478+0000 mon.smithi022 (mon.0) 589 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T10:36:53.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:51.995210+0000 mon.smithi022 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.043 INFO:teuthology.orchestra.run.smithi022.stdout:NFS Cluster Created Successfully 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:52.375181+0000 mgr.smithi022.tswrql (mgr.14182) 140 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.22/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:52.376661+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:52.860487+0000 mgr.smithi022.tswrql (mgr.14182) 141 : cluster [DBG] pgmap v112: 65 pgs: 19 creating+peering, 9 unknown, 37 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:52.999537+0000 mon.smithi022 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:52.999652+0000 mon.smithi022 (mon.0) 593 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.000976+0000 mon.smithi022 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.504743+0000 mon.smithi022 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.505747+0000 mon.smithi022 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.506526+0000 mon.smithi022 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.510813+0000 mon.smithi022 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.220 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.514672+0000 mon.smithi022 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:54.221 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.522183+0000 mon.smithi022 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.221 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.522929+0000 mon.smithi022 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.qimhrg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:36:54.221 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.525416+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.qimhrg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:36:54.221 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:53.526069+0000 mon.smithi022 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:54.221 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:36:53.526651+0000 mgr.smithi022.tswrql (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi069.qimhrg on smithi069 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:52.375181+0000 mgr.smithi022.tswrql (mgr.14182) 140 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.22/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:52.376661+0000 mon.smithi022 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:52.860487+0000 mgr.smithi022.tswrql (mgr.14182) 141 : cluster [DBG] pgmap v112: 65 pgs: 19 creating+peering, 9 unknown, 37 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:52.999537+0000 mon.smithi022 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:52.999652+0000 mon.smithi022 (mon.0) 593 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.000976+0000 mon.smithi022 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.504743+0000 mon.smithi022 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.505747+0000 mon.smithi022 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.506526+0000 mon.smithi022 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:36:54.247 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.510813+0000 mon.smithi022 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.514672+0000 mon.smithi022 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.522183+0000 mon.smithi022 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.522929+0000 mon.smithi022 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.qimhrg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.525416+0000 mon.smithi022 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi069.qimhrg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:53.526069+0000 mon.smithi022 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:54.248 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:36:53.526651+0000 mgr.smithi022.tswrql (mgr.14182) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi069.qimhrg on smithi069 2023-12-08T10:36:54.440 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-08T10:36:55.037 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:54.002967+0000 mon.smithi022 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:36:55.039 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:54.003247+0000 mon.smithi022 (mon.0) 605 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:36:55.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:36:54.033184+0000 mgr.smithi022.tswrql (mgr.14182) 143 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:36:55.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:54.036812+0000 mon.smithi022 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:55.040 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:36:54.038175+0000 mgr.smithi022.tswrql (mgr.14182) 144 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:36:55.041 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:54.040830+0000 mon.smithi022 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:55.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:54.002967+0000 mon.smithi022 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-08T10:36:55.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:54.003247+0000 mon.smithi022 (mon.0) 605 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T10:36:55.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:36:54.033184+0000 mgr.smithi022.tswrql (mgr.14182) 143 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-08T10:36:55.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:54.036812+0000 mon.smithi022 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:55.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:36:54.038175+0000 mgr.smithi022.tswrql (mgr.14182) 144 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-08T10:36:55.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:54.040830+0000 mon.smithi022 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:56.269 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:54.860930+0000 mgr.smithi022.tswrql (mgr.14182) 145 : cluster [DBG] pgmap v115: 97 pgs: 16 creating+peering, 28 unknown, 53 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:55.006685+0000 mon.smithi022 (mon.0) 608 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:55.205693+0000 mon.smithi022 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:55.207336+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.bvsuup", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:55.210571+0000 mon.smithi022 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.bvsuup", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:55.211415+0000 mon.smithi022 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:56.270 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:36:55.212170+0000 mgr.smithi022.tswrql (mgr.14182) 146 : cephadm [INF] Deploying daemon mds.foofs.smithi022.bvsuup on smithi022 2023-12-08T10:36:56.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:54.860930+0000 mgr.smithi022.tswrql (mgr.14182) 145 : cluster [DBG] pgmap v115: 97 pgs: 16 creating+peering, 28 unknown, 53 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:56.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:55.006685+0000 mon.smithi022 (mon.0) 608 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T10:36:56.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:55.205693+0000 mon.smithi022 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:56.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:55.207336+0000 mon.smithi022 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.bvsuup", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-08T10:36:56.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:55.210571+0000 mon.smithi022 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi022.bvsuup", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-08T10:36:56.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:55.211415+0000 mon.smithi022 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:36:56.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:36:55.212170+0000 mgr.smithi022.tswrql (mgr.14182) 146 : cephadm [INF] Deploying daemon mds.foofs.smithi022.bvsuup on smithi022 2023-12-08T10:36:57.066 INFO:teuthology.orchestra.run.smithi022.stdout:{ 2023-12-08T10:36:57.066 INFO:teuthology.orchestra.run.smithi022.stdout: "bind": "/fake", 2023-12-08T10:36:57.066 INFO:teuthology.orchestra.run.smithi022.stdout: "fs": "foofs", 2023-12-08T10:36:57.066 INFO:teuthology.orchestra.run.smithi022.stdout: "path": "/", 2023-12-08T10:36:57.066 INFO:teuthology.orchestra.run.smithi022.stdout: "cluster": "foo", 2023-12-08T10:36:57.067 INFO:teuthology.orchestra.run.smithi022.stdout: "mode": "RW" 2023-12-08T10:36:57.067 INFO:teuthology.orchestra.run.smithi022.stdout:} 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.043803+0000 mon.smithi022 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.69:6832/3046620542,v1:172.21.15.69:6833/3046620542] up:boot 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.043844+0000 mon.smithi022 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi069.qimhrg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.043892+0000 mon.smithi022 (mon.0) 615 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.043909+0000 mon.smithi022 (mon.0) 616 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.043919+0000 mon.smithi022 (mon.0) 617 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.044071+0000 mon.smithi022 (mon.0) 618 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:56.044164+0000 mon.smithi022 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi069.qimhrg"}]: dispatch 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.046118+0000 mon.smithi022 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:creating} 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.061848+0000 mon.smithi022 (mon.0) 621 : cluster [INF] daemon mds.foofs.smithi069.qimhrg is now active in filesystem foofs as rank 0 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:56.124230+0000 mgr.smithi022.tswrql (mgr.14182) 147 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:57.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.217280+0000 mon.smithi022 (mon.0) 622 : cluster [DBG] mgrmap e19: smithi022.tswrql(active, since 2m), standbys: smithi069.nompxv 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.043803+0000 mon.smithi022 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.69:6832/3046620542,v1:172.21.15.69:6833/3046620542] up:boot 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.043844+0000 mon.smithi022 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi069.qimhrg assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.043892+0000 mon.smithi022 (mon.0) 615 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.043909+0000 mon.smithi022 (mon.0) 616 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.043919+0000 mon.smithi022 (mon.0) 617 : cluster [INF] Cluster is now healthy 2023-12-08T10:36:57.320 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.044071+0000 mon.smithi022 (mon.0) 618 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-08T10:36:57.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:56.044164+0000 mon.smithi022 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi069.qimhrg"}]: dispatch 2023-12-08T10:36:57.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.046118+0000 mon.smithi022 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:creating} 2023-12-08T10:36:57.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.061848+0000 mon.smithi022 (mon.0) 621 : cluster [INF] daemon mds.foofs.smithi069.qimhrg is now active in filesystem foofs as rank 0 2023-12-08T10:36:57.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:56.124230+0000 mgr.smithi022.tswrql (mgr.14182) 147 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T10:36:57.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.217280+0000 mon.smithi022 (mon.0) 622 : cluster [DBG] mgrmap e19: smithi022.tswrql(active, since 2m), standbys: smithi069.nompxv 2023-12-08T10:36:57.544 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:36:57.553 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-08T10:36:57.554 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:36:58.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:56.861394+0000 mgr.smithi022.tswrql (mgr.14182) 148 : cluster [DBG] pgmap v117: 97 pgs: 3 creating+peering, 4 unknown, 90 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:58.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:57.050574+0000 mon.smithi022 (mon.0) 623 : cluster [DBG] mds.? [v2:172.21.15.69:6832/3046620542,v1:172.21.15.69:6833/3046620542] up:active 2023-12-08T10:36:58.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:57.050651+0000 mon.smithi022 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 2023-12-08T10:36:58.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:57.053673+0000 mon.smithi022 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 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-12-08T10:36:58.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:57.057082+0000 mon.smithi022 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 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-12-08T10:36:58.297 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:57.186688+0000 mon.smithi022 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:58.297 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:57.187999+0000 mon.smithi022 (mon.0) 628 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:56.861394+0000 mgr.smithi022.tswrql (mgr.14182) 148 : cluster [DBG] pgmap v117: 97 pgs: 3 creating+peering, 4 unknown, 90 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T10:36:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:57.050574+0000 mon.smithi022 (mon.0) 623 : cluster [DBG] mds.? [v2:172.21.15.69:6832/3046620542,v1:172.21.15.69:6833/3046620542] up:active 2023-12-08T10:36:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:57.050651+0000 mon.smithi022 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 2023-12-08T10:36:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:57.053673+0000 mon.smithi022 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 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-12-08T10:36:58.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:57.057082+0000 mon.smithi022 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 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-12-08T10:36:58.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:57.186688+0000 mon.smithi022 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:58.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:57.187999+0000 mon.smithi022 (mon.0) 628 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:58.057672+0000 mon.smithi022 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1166036650,v1:172.21.15.22:6835/1166036650] up:boot 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:58.057913+0000 mon.smithi022 (mon.0) 630 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 1 up:standby 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:58.058022+0000 mon.smithi022 (mon.0) 631 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.bvsuup"}]: dispatch 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:58.060569+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 1 up:standby 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:58.222301+0000 mon.smithi022 (mon.0) 633 : cluster [DBG] mgrmap e20: smithi022.tswrql(active, since 2m), standbys: smithi069.nompxv 2023-12-08T10:36:59.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:36:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:58.567613+0000 mon.smithi022 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:36:59.427 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:36:59.427 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:36:49.963605Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:49.963681Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:36:49.963770Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:49.963521Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:49.963358Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:49.963845Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:49.963987Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:36:49.963917Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:36:59.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:58.057672+0000 mon.smithi022 (mon.0) 629 : cluster [DBG] mds.? [v2:172.21.15.22:6834/1166036650,v1:172.21.15.22:6835/1166036650] up:boot 2023-12-08T10:36:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:58.057913+0000 mon.smithi022 (mon.0) 630 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 1 up:standby 2023-12-08T10:36:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:58.058022+0000 mon.smithi022 (mon.0) 631 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi022.bvsuup"}]: dispatch 2023-12-08T10:36:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:58.060569+0000 mon.smithi022 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi069.qimhrg=up:active} 1 up:standby 2023-12-08T10:36:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:58.222301+0000 mon.smithi022 (mon.0) 633 : cluster [DBG] mgrmap e20: smithi022.tswrql(active, since 2m), standbys: smithi069.nompxv 2023-12-08T10:36:59.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:36:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:58.567613+0000 mon.smithi022 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:00.166 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:00.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:36:58.861807+0000 mgr.smithi022.tswrql (mgr.14182) 149 : cluster [DBG] pgmap v118: 97 pgs: 3 creating+peering, 94 active+clean; 90 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-08T10:37:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:36:59.421050+0000 mgr.smithi022.tswrql (mgr.14182) 150 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:00.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:36:58.861807+0000 mgr.smithi022.tswrql (mgr.14182) 149 : cluster [DBG] pgmap v118: 97 pgs: 3 creating+peering, 94 active+clean; 90 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-08T10:37:00.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:36:59.421050+0000 mgr.smithi022.tswrql (mgr.14182) 150 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:01.167 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:00.862380+0000 mgr.smithi022.tswrql (mgr.14182) 151 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.195276+0000 mon.smithi022 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.528173+0000 mon.smithi022 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.528934+0000 mon.smithi022 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.533471+0000 mon.smithi022 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.537510+0000 mon.smithi022 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.545168+0000 mon.smithi022 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:01.566179+0000 mgr.smithi022.tswrql (mgr.14182) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.qgmcgo 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.566767+0000 mon.smithi022 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.570409+0000 mon.smithi022 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:01.571056+0000 mgr.smithi022.tswrql (mgr.14182) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.571312+0000 mon.smithi022 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.575351+0000 mon.smithi022 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.576956+0000 mon.smithi022 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.619508+0000 mon.smithi022 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.622932+0000 mon.smithi022 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:01.670651+0000 mgr.smithi022.tswrql (mgr.14182) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:01.670900+0000 mgr.smithi022.tswrql (mgr.14182) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.qgmcgo-rgw 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.671331+0000 mon.smithi022 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:37:02.236 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.674791+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:37:02.237 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:01.678594+0000 mon.smithi022 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.237 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:01.679507+0000 mgr.smithi022.tswrql (mgr.14182) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi022.qgmcgo on smithi022 2023-12-08T10:37:02.237 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:02.028523+0000 mon.smithi022 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:00.862380+0000 mgr.smithi022.tswrql (mgr.14182) 151 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 6 op/s 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.195276+0000 mon.smithi022 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.528173+0000 mon.smithi022 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.528934+0000 mon.smithi022 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.533471+0000 mon.smithi022 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.537510+0000 mon.smithi022 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.545168+0000 mon.smithi022 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:01.566179+0000 mgr.smithi022.tswrql (mgr.14182) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.qgmcgo 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.566767+0000 mon.smithi022 (mon.0) 641 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.570409+0000 mon.smithi022 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:01.571056+0000 mgr.smithi022.tswrql (mgr.14182) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-08T10:37:02.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.571312+0000 mon.smithi022 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.575351+0000 mon.smithi022 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.576956+0000 mon.smithi022 (mon.0) 645 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.619508+0000 mon.smithi022 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.622932+0000 mon.smithi022 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:01.670651+0000 mgr.smithi022.tswrql (mgr.14182) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:01.670900+0000 mgr.smithi022.tswrql (mgr.14182) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi022.qgmcgo-rgw 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.671331+0000 mon.smithi022 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.674791+0000 mon.smithi022 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi022.qgmcgo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:01.678594+0000 mon.smithi022 (mon.0) 650 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:01.679507+0000 mgr.smithi022.tswrql (mgr.14182) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi022.qgmcgo on smithi022 2023-12-08T10:37:02.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:02.028523+0000 mon.smithi022 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:02.943 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:02.944 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:03.364 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:04.365 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:05.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:02.862926+0000 mgr.smithi022.tswrql (mgr.14182) 157 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-08T10:37:05.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:02.929215+0000 mgr.smithi022.tswrql (mgr.14182) 158 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:05.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:03.766251+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:05.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:03.771919+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:05.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:37:03.779916+0000 mgr.smithi022.tswrql (mgr.14182) 159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zssrfn on smithi069 2023-12-08T10:37:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:02.862926+0000 mgr.smithi022.tswrql (mgr.14182) 157 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.0 KiB/s wr, 8 op/s 2023-12-08T10:37:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:02.929215+0000 mgr.smithi022.tswrql (mgr.14182) 158 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:03.766251+0000 mon.smithi022 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:03.771919+0000 mon.smithi022 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:05.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:37:03.779916+0000 mgr.smithi022.tswrql (mgr.14182) 159 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zssrfn on smithi069 2023-12-08T10:37:05.986 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:05.986 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:06.378 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:07.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:04.863561+0000 mgr.smithi022.tswrql (mgr.14182) 160 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-08T10:37:07.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:04.863561+0000 mgr.smithi022.tswrql (mgr.14182) 160 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2023-12-08T10:37:07.379 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:08.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:05.980747+0000 mgr.smithi022.tswrql (mgr.14182) 161 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:08.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:06.996146+0000 mon.smithi022 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:08.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:07.036810+0000 mon.smithi022 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:08.067 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:05.980747+0000 mgr.smithi022.tswrql (mgr.14182) 161 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:08.067 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:06.996146+0000 mon.smithi022 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:08.067 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:07.036810+0000 mon.smithi022 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:37:08.812 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:08.812 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:09.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:06.864181+0000 mgr.smithi022.tswrql (mgr.14182) 162 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-08T10:37:09.067 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:06.864181+0000 mgr.smithi022.tswrql (mgr.14182) 162 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2023-12-08T10:37:09.247 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:10.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:08.806915+0000 mgr.smithi022.tswrql (mgr.14182) 163 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:10.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:08.806915+0000 mgr.smithi022.tswrql (mgr.14182) 163 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:10.248 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:11.047 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:08.864558+0000 mgr.smithi022.tswrql (mgr.14182) 164 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-08T10:37:11.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:08.864558+0000 mgr.smithi022.tswrql (mgr.14182) 164 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-08T10:37:11.759 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:11.759 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:12.178 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:13.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:10.865131+0000 mgr.smithi022.tswrql (mgr.14182) 165 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-08T10:37:13.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:11.754382+0000 mgr.smithi022.tswrql (mgr.14182) 166 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:13.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:10.865131+0000 mgr.smithi022.tswrql (mgr.14182) 165 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-08T10:37:13.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:11.754382+0000 mgr.smithi022.tswrql (mgr.14182) 166 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:13.178 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:14.632 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:14.633 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:14.987 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:12.866024+0000 mgr.smithi022.tswrql (mgr.14182) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-08T10:37:15.028 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:15.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:12.866024+0000 mgr.smithi022.tswrql (mgr.14182) 167 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-12-08T10:37:16.029 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:16.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:14.626163+0000 mgr.smithi022.tswrql (mgr.14182) 168 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:16.065 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:14.626163+0000 mgr.smithi022.tswrql (mgr.14182) 168 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:17.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:14.866640+0000 mgr.smithi022.tswrql (mgr.14182) 169 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:17.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:14.866640+0000 mgr.smithi022.tswrql (mgr.14182) 169 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:17.762 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:17.762 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:18.204 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:19.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:16.867382+0000 mgr.smithi022.tswrql (mgr.14182) 170 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:19.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:17.756839+0000 mgr.smithi022.tswrql (mgr.14182) 171 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:19.205 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:19.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:16.867382+0000 mgr.smithi022.tswrql (mgr.14182) 170 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:19.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:17.756839+0000 mgr.smithi022.tswrql (mgr.14182) 171 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:20.244 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:18.867882+0000 mgr.smithi022.tswrql (mgr.14182) 172 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:20.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:18.867882+0000 mgr.smithi022.tswrql (mgr.14182) 172 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-12-08T10:37:20.650 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:20.650 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:20.978 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:20.644964+0000 mgr.smithi022.tswrql (mgr.14182) 173 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:21.052 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:21.154 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:20.644964+0000 mgr.smithi022.tswrql (mgr.14182) 173 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:22.052 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:22.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:20.868632+0000 mgr.smithi022.tswrql (mgr.14182) 174 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-12-08T10:37:22.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:20.868632+0000 mgr.smithi022.tswrql (mgr.14182) 174 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-12-08T10:37:23.528 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:23.528 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:23.919 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:24.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:22.869101+0000 mgr.smithi022.tswrql (mgr.14182) 175 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:24.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:23.522728+0000 mgr.smithi022.tswrql (mgr.14182) 176 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:24.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:22.869101+0000 mgr.smithi022.tswrql (mgr.14182) 175 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:24.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:23.522728+0000 mgr.smithi022.tswrql (mgr.14182) 176 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:24.921 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:26.061 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:24.869657+0000 mgr.smithi022.tswrql (mgr.14182) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:26.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:24.869657+0000 mgr.smithi022.tswrql (mgr.14182) 177 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:26.465 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:26.465 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:26.860 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:27.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:26.460205+0000 mgr.smithi022.tswrql (mgr.14182) 178 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:27.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:26.460205+0000 mgr.smithi022.tswrql (mgr.14182) 178 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:27.861 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:28.257 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:26.870238+0000 mgr.smithi022.tswrql (mgr.14182) 179 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:26.870238+0000 mgr.smithi022.tswrql (mgr.14182) 179 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:29.398 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:29.399 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:29.809 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:30.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:28.870641+0000 mgr.smithi022.tswrql (mgr.14182) 180 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:30.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:29.392600+0000 mgr.smithi022.tswrql (mgr.14182) 181 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:28.870641+0000 mgr.smithi022.tswrql (mgr.14182) 180 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:29.392600+0000 mgr.smithi022.tswrql (mgr.14182) 181 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:30.810 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:30.871292+0000 mgr.smithi022.tswrql (mgr.14182) 182 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:32.336 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:32.336 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:32.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:30.871292+0000 mgr.smithi022.tswrql (mgr.14182) 182 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:32.783 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:33.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:32.330406+0000 mgr.smithi022.tswrql (mgr.14182) 183 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:33.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:32.330406+0000 mgr.smithi022.tswrql (mgr.14182) 183 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:33.785 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:34.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:32.871947+0000 mgr.smithi022.tswrql (mgr.14182) 184 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:34.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:32.871947+0000 mgr.smithi022.tswrql (mgr.14182) 184 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:35.331 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:35.331 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:35.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:36.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:34.872524+0000 mgr.smithi022.tswrql (mgr.14182) 185 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:36.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:35.325491+0000 mgr.smithi022.tswrql (mgr.14182) 186 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:36.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:34.872524+0000 mgr.smithi022.tswrql (mgr.14182) 185 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:36.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:35.325491+0000 mgr.smithi022.tswrql (mgr.14182) 186 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:36.768 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:38.286 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:38.287 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:38.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:36.873049+0000 mgr.smithi022.tswrql (mgr.14182) 187 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:38.314 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:36.873049+0000 mgr.smithi022.tswrql (mgr.14182) 187 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:37:38.724 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:39.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:38.281385+0000 mgr.smithi022.tswrql (mgr.14182) 188 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:39.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:38.281385+0000 mgr.smithi022.tswrql (mgr.14182) 188 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:39.726 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:40.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:38.873725+0000 mgr.smithi022.tswrql (mgr.14182) 189 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:38.873725+0000 mgr.smithi022.tswrql (mgr.14182) 189 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:37:41.273 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:41.273 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:41.715 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:42.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:40.874356+0000 mgr.smithi022.tswrql (mgr.14182) 190 : 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-12-08T10:37:42.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:41.268107+0000 mgr.smithi022.tswrql (mgr.14182) 191 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:42.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:40.874356+0000 mgr.smithi022.tswrql (mgr.14182) 190 : 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-12-08T10:37:42.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:41.268107+0000 mgr.smithi022.tswrql (mgr.14182) 191 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:42.716 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:44.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:42.874794+0000 mgr.smithi022.tswrql (mgr.14182) 192 : 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-12-08T10:37:44.237 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:44.237 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:44.299 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:42.874794+0000 mgr.smithi022.tswrql (mgr.14182) 192 : 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-12-08T10:37:44.673 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:45.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:44.230781+0000 mgr.smithi022.tswrql (mgr.14182) 193 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:45.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:44.230781+0000 mgr.smithi022.tswrql (mgr.14182) 193 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:45.674 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:46.042 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:44.875274+0000 mgr.smithi022.tswrql (mgr.14182) 194 : 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-12-08T10:37:46.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:44.875274+0000 mgr.smithi022.tswrql (mgr.14182) 194 : 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-12-08T10:37:47.228 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:47.229 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:47.625 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:48.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:46.875844+0000 mgr.smithi022.tswrql (mgr.14182) 195 : 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-12-08T10:37:48.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:47.223043+0000 mgr.smithi022.tswrql (mgr.14182) 196 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:48.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:46.875844+0000 mgr.smithi022.tswrql (mgr.14182) 195 : 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-12-08T10:37:48.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:47.223043+0000 mgr.smithi022.tswrql (mgr.14182) 196 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:48.627 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:50.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:48.876237+0000 mgr.smithi022.tswrql (mgr.14182) 197 : 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-12-08T10:37:50.141 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:50.141 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:50.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:48.876237+0000 mgr.smithi022.tswrql (mgr.14182) 197 : 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-12-08T10:37:50.539 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:51.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:50.135896+0000 mgr.smithi022.tswrql (mgr.14182) 198 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:50.135896+0000 mgr.smithi022.tswrql (mgr.14182) 198 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:51.541 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:52.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:50.877003+0000 mgr.smithi022.tswrql (mgr.14182) 199 : 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-12-08T10:37:52.327 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:50.877003+0000 mgr.smithi022.tswrql (mgr.14182) 199 : 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-12-08T10:37:53.106 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:53.106 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:53.507 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:54.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:52.877431+0000 mgr.smithi022.tswrql (mgr.14182) 200 : 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-12-08T10:37:54.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:53.101024+0000 mgr.smithi022.tswrql (mgr.14182) 201 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:54.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:52.877431+0000 mgr.smithi022.tswrql (mgr.14182) 200 : 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-12-08T10:37:54.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:53.101024+0000 mgr.smithi022.tswrql (mgr.14182) 201 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:54.508 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:56.041 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:56.041 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:56.259 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:54.878071+0000 mgr.smithi022.tswrql (mgr.14182) 202 : 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-12-08T10:37:56.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:54.878071+0000 mgr.smithi022.tswrql (mgr.14182) 202 : 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-12-08T10:37:56.481 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:37:57.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:56.035644+0000 mgr.smithi022.tswrql (mgr.14182) 203 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:57.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:56.035644+0000 mgr.smithi022.tswrql (mgr.14182) 203 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:37:57.483 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:37:58.201 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:56.878685+0000 mgr.smithi022.tswrql (mgr.14182) 204 : 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-12-08T10:37:58.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:56.878685+0000 mgr.smithi022.tswrql (mgr.14182) 204 : 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-12-08T10:37:59.004 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:37:59.004 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:37:59.410 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:00.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:37:58.879120+0000 mgr.smithi022.tswrql (mgr.14182) 205 : 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-12-08T10:38:00.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:37:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:37:58.997933+0000 mgr.smithi022.tswrql (mgr.14182) 206 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:00.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:37:58.879120+0000 mgr.smithi022.tswrql (mgr.14182) 205 : 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-12-08T10:38:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:37:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:37:58.997933+0000 mgr.smithi022.tswrql (mgr.14182) 206 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:00.411 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:01.993 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:01.994 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:02.278 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:00.879678+0000 mgr.smithi022.tswrql (mgr.14182) 207 : 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-12-08T10:38:02.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:00.879678+0000 mgr.smithi022.tswrql (mgr.14182) 207 : 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-12-08T10:38:02.396 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:03.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:01.988408+0000 mgr.smithi022.tswrql (mgr.14182) 208 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:03.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:01.988408+0000 mgr.smithi022.tswrql (mgr.14182) 208 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:03.397 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:04.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:02.880393+0000 mgr.smithi022.tswrql (mgr.14182) 209 : 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-12-08T10:38:04.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:02.880393+0000 mgr.smithi022.tswrql (mgr.14182) 209 : 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-12-08T10:38:04.852 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:04.853 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:05.066 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:04.847267+0000 mgr.smithi022.tswrql (mgr.14182) 210 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:05.286 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:05.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:04.847267+0000 mgr.smithi022.tswrql (mgr.14182) 210 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:06.287 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:06.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:04.880927+0000 mgr.smithi022.tswrql (mgr.14182) 211 : 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-12-08T10:38:06.323 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:04.880927+0000 mgr.smithi022.tswrql (mgr.14182) 211 : 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-12-08T10:38:07.868 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:07.869 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:06.881617+0000 mgr.smithi022.tswrql (mgr.14182) 212 : 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-12-08T10:38:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:07.863399+0000 mgr.smithi022.tswrql (mgr.14182) 213 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:08.344 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:06.881617+0000 mgr.smithi022.tswrql (mgr.14182) 212 : 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-12-08T10:38:08.344 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:07.863399+0000 mgr.smithi022.tswrql (mgr.14182) 213 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:08.369 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:09.370 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:10.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:08.882283+0000 mgr.smithi022.tswrql (mgr.14182) 214 : 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-12-08T10:38:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:08.882283+0000 mgr.smithi022.tswrql (mgr.14182) 214 : 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-12-08T10:38:10.974 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:10.974 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:11.411 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:12.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:10.882770+0000 mgr.smithi022.tswrql (mgr.14182) 215 : 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-12-08T10:38:12.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:10.968908+0000 mgr.smithi022.tswrql (mgr.14182) 216 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:12.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:10.882770+0000 mgr.smithi022.tswrql (mgr.14182) 215 : 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-12-08T10:38:12.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:10.968908+0000 mgr.smithi022.tswrql (mgr.14182) 216 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:12.411 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:13.979 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:13.979 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:14.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:12.883187+0000 mgr.smithi022.tswrql (mgr.14182) 217 : 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-12-08T10:38:14.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:12.883187+0000 mgr.smithi022.tswrql (mgr.14182) 217 : 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-12-08T10:38:14.384 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:15.101 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:13.973880+0000 mgr.smithi022.tswrql (mgr.14182) 218 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:15.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:13.973880+0000 mgr.smithi022.tswrql (mgr.14182) 218 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:15.386 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:16.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:14.883895+0000 mgr.smithi022.tswrql (mgr.14182) 219 : 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-12-08T10:38:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:14.883895+0000 mgr.smithi022.tswrql (mgr.14182) 219 : 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-12-08T10:38:16.917 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:16.917 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:17.318 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:18.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:16.884386+0000 mgr.smithi022.tswrql (mgr.14182) 220 : 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-12-08T10:38:18.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:16.911885+0000 mgr.smithi022.tswrql (mgr.14182) 221 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:18.319 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:18.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:16.884386+0000 mgr.smithi022.tswrql (mgr.14182) 220 : 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-12-08T10:38:18.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:16.911885+0000 mgr.smithi022.tswrql (mgr.14182) 221 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:19.899 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:19.899 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:20.235 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:18.885077+0000 mgr.smithi022.tswrql (mgr.14182) 222 : 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-12-08T10:38:20.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:18.885077+0000 mgr.smithi022.tswrql (mgr.14182) 222 : 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-12-08T10:38:20.300 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:21.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:19.893299+0000 mgr.smithi022.tswrql (mgr.14182) 223 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:21.301 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:21.337 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:19.893299+0000 mgr.smithi022.tswrql (mgr.14182) 223 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:22.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:20.885648+0000 mgr.smithi022.tswrql (mgr.14182) 224 : 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-12-08T10:38:22.308 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:20.885648+0000 mgr.smithi022.tswrql (mgr.14182) 224 : 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-12-08T10:38:22.759 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:22.760 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:23.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:22.754669+0000 mgr.smithi022.tswrql (mgr.14182) 225 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:23.228 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:23.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:22.754669+0000 mgr.smithi022.tswrql (mgr.14182) 225 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:24.230 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:24.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:22.886167+0000 mgr.smithi022.tswrql (mgr.14182) 226 : 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-12-08T10:38:24.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:22.886167+0000 mgr.smithi022.tswrql (mgr.14182) 226 : 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-12-08T10:38:25.791 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:25.792 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:26.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:24.886670+0000 mgr.smithi022.tswrql (mgr.14182) 227 : 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-12-08T10:38:26.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:25.786458+0000 mgr.smithi022.tswrql (mgr.14182) 228 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:26.209 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:26.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:24.886670+0000 mgr.smithi022.tswrql (mgr.14182) 227 : 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-12-08T10:38:26.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:25.786458+0000 mgr.smithi022.tswrql (mgr.14182) 228 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:27.210 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:26.887315+0000 mgr.smithi022.tswrql (mgr.14182) 229 : 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-12-08T10:38:28.307 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:26.887315+0000 mgr.smithi022.tswrql (mgr.14182) 229 : 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-12-08T10:38:28.705 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:28.705 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:29.126 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:29.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:28.042508+0000 mon.smithi022 (mon.0) 656 : cluster [DBG] mgrmap e21: smithi022.tswrql(active, since 4m), standbys: smithi069.nompxv 2023-12-08T10:38:29.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:28.700253+0000 mgr.smithi022.tswrql (mgr.14182) 230 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:29.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:28.042508+0000 mon.smithi022 (mon.0) 656 : cluster [DBG] mgrmap e21: smithi022.tswrql(active, since 4m), standbys: smithi069.nompxv 2023-12-08T10:38:29.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:28.700253+0000 mgr.smithi022.tswrql (mgr.14182) 230 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:30.127 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:30.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:28.887802+0000 mgr.smithi022.tswrql (mgr.14182) 231 : 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-12-08T10:38:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:28.887802+0000 mgr.smithi022.tswrql (mgr.14182) 231 : 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-12-08T10:38:31.609 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:31.609 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:32.052 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:30.888357+0000 mgr.smithi022.tswrql (mgr.14182) 232 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:31.603143+0000 mgr.smithi022.tswrql (mgr.14182) 233 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:32.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:30.888357+0000 mgr.smithi022.tswrql (mgr.14182) 232 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:31.603143+0000 mgr.smithi022.tswrql (mgr.14182) 233 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:33.053 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:34.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:32.888839+0000 mgr.smithi022.tswrql (mgr.14182) 234 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:34.522 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:34.522 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:34.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:32.888839+0000 mgr.smithi022.tswrql (mgr.14182) 234 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:35.010 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:35.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:34.517107+0000 mgr.smithi022.tswrql (mgr.14182) 235 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:34.517107+0000 mgr.smithi022.tswrql (mgr.14182) 235 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:36.011 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:36.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:34.889369+0000 mgr.smithi022.tswrql (mgr.14182) 236 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:36.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:34.889369+0000 mgr.smithi022.tswrql (mgr.14182) 236 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:37.505 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:37.505 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:37.897 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:36.889964+0000 mgr.smithi022.tswrql (mgr.14182) 237 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:38.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:37.499539+0000 mgr.smithi022.tswrql (mgr.14182) 238 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:38.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:36.889964+0000 mgr.smithi022.tswrql (mgr.14182) 237 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:38.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:37.499539+0000 mgr.smithi022.tswrql (mgr.14182) 238 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:38.899 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:38.890593+0000 mgr.smithi022.tswrql (mgr.14182) 239 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:40.490 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:40.490 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:38.890593+0000 mgr.smithi022.tswrql (mgr.14182) 239 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:40.965 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:40.483842+0000 mgr.smithi022.tswrql (mgr.14182) 240 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:40.483842+0000 mgr.smithi022.tswrql (mgr.14182) 240 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:41.967 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:42.334 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:40.891322+0000 mgr.smithi022.tswrql (mgr.14182) 241 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:40.891322+0000 mgr.smithi022.tswrql (mgr.14182) 241 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-08T10:38:43.469 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:43.469 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:43.898 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:44.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:42.891816+0000 mgr.smithi022.tswrql (mgr.14182) 242 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:44.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:43.463754+0000 mgr.smithi022.tswrql (mgr.14182) 243 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:44.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:42.891816+0000 mgr.smithi022.tswrql (mgr.14182) 242 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:44.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:43.463754+0000 mgr.smithi022.tswrql (mgr.14182) 243 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:44.898 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:46.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:44.892276+0000 mgr.smithi022.tswrql (mgr.14182) 244 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:46.426 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:46.426 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:46.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:44.892276+0000 mgr.smithi022.tswrql (mgr.14182) 244 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:46.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:47.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:46.420596+0000 mgr.smithi022.tswrql (mgr.14182) 245 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:47.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:46.420596+0000 mgr.smithi022.tswrql (mgr.14182) 245 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:47.824 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:48.192 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:46.892947+0000 mgr.smithi022.tswrql (mgr.14182) 246 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:48.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:46.892947+0000 mgr.smithi022.tswrql (mgr.14182) 246 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:49.333 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:49.333 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:49.797 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:48.893546+0000 mgr.smithi022.tswrql (mgr.14182) 247 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:49.327660+0000 mgr.smithi022.tswrql (mgr.14182) 248 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:48.893546+0000 mgr.smithi022.tswrql (mgr.14182) 247 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:38:50.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:49.327660+0000 mgr.smithi022.tswrql (mgr.14182) 248 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:50.799 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:52.287 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:52.324 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:52.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:50.894255+0000 mgr.smithi022.tswrql (mgr.14182) 249 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:50.894255+0000 mgr.smithi022.tswrql (mgr.14182) 249 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:52.689 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:53.351 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:52.281878+0000 mgr.smithi022.tswrql (mgr.14182) 250 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:53.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:52.281878+0000 mgr.smithi022.tswrql (mgr.14182) 250 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:53.690 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:54.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:52.894706+0000 mgr.smithi022.tswrql (mgr.14182) 251 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:54.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:52.894706+0000 mgr.smithi022.tswrql (mgr.14182) 251 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:55.236 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:55.237 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:55.647 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:56.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:54.895137+0000 mgr.smithi022.tswrql (mgr.14182) 252 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:56.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:55.231258+0000 mgr.smithi022.tswrql (mgr.14182) 253 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:56.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:54.895137+0000 mgr.smithi022.tswrql (mgr.14182) 252 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:56.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:55.231258+0000 mgr.smithi022.tswrql (mgr.14182) 253 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:56.648 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:38:58.197 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:38:58.197 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:38:58.449 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:56.895663+0000 mgr.smithi022.tswrql (mgr.14182) 254 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:56.895663+0000 mgr.smithi022.tswrql (mgr.14182) 254 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:38:58.603 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:38:59.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:38:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:38:58.190763+0000 mgr.smithi022.tswrql (mgr.14182) 255 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:59.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:38:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:38:58.190763+0000 mgr.smithi022.tswrql (mgr.14182) 255 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:38:59.604 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:38:58.896153+0000 mgr.smithi022.tswrql (mgr.14182) 256 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:38:58.896153+0000 mgr.smithi022.tswrql (mgr.14182) 256 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:01.152 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:01.152 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:01.544 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:02.545 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:02.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:00.896654+0000 mgr.smithi022.tswrql (mgr.14182) 257 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:02.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:01.146588+0000 mgr.smithi022.tswrql (mgr.14182) 258 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:02.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:00.896654+0000 mgr.smithi022.tswrql (mgr.14182) 257 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:02.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:01.146588+0000 mgr.smithi022.tswrql (mgr.14182) 258 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:04.074 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:04.075 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:04.398 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:02.897041+0000 mgr.smithi022.tswrql (mgr.14182) 259 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:04.470 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:04.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:02.897041+0000 mgr.smithi022.tswrql (mgr.14182) 259 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:05.471 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:05.505 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:04.068564+0000 mgr.smithi022.tswrql (mgr.14182) 260 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:05.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:04.068564+0000 mgr.smithi022.tswrql (mgr.14182) 260 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:06.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:04.897621+0000 mgr.smithi022.tswrql (mgr.14182) 261 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:06.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:04.897621+0000 mgr.smithi022.tswrql (mgr.14182) 261 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:07.029 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:07.029 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:07.432 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:08.433 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:08.468 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:06.898239+0000 mgr.smithi022.tswrql (mgr.14182) 262 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:08.468 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:07.016747+0000 mgr.smithi022.tswrql (mgr.14182) 263 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:08.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:06.898239+0000 mgr.smithi022.tswrql (mgr.14182) 262 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:39:08.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:07.016747+0000 mgr.smithi022.tswrql (mgr.14182) 263 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:09.956 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:09.956 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:10.292 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:08.898704+0000 mgr.smithi022.tswrql (mgr.14182) 264 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:10.351 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:08.898704+0000 mgr.smithi022.tswrql (mgr.14182) 264 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:39:11.353 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:11.393 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:09.950468+0000 mgr.smithi022.tswrql (mgr.14182) 265 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:09.950468+0000 mgr.smithi022.tswrql (mgr.14182) 265 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:12.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:10.899492+0000 mgr.smithi022.tswrql (mgr.14182) 266 : 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-12-08T10:39:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:10.899492+0000 mgr.smithi022.tswrql (mgr.14182) 266 : 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-12-08T10:39:12.796 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:12.796 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:13.242 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:13.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:12.790193+0000 mgr.smithi022.tswrql (mgr.14182) 267 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:13.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:12.790193+0000 mgr.smithi022.tswrql (mgr.14182) 267 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:14.243 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:14.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:12.899963+0000 mgr.smithi022.tswrql (mgr.14182) 268 : 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-12-08T10:39:14.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:12.899963+0000 mgr.smithi022.tswrql (mgr.14182) 268 : 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-12-08T10:39:15.750 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:15.751 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:16.146 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:16.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:14.900602+0000 mgr.smithi022.tswrql (mgr.14182) 269 : 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-12-08T10:39:16.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:15.744908+0000 mgr.smithi022.tswrql (mgr.14182) 270 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:14.900602+0000 mgr.smithi022.tswrql (mgr.14182) 269 : 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-12-08T10:39:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:15.744908+0000 mgr.smithi022.tswrql (mgr.14182) 270 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:17.148 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:18.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:16.901230+0000 mgr.smithi022.tswrql (mgr.14182) 271 : 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-12-08T10:39:18.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:16.901230+0000 mgr.smithi022.tswrql (mgr.14182) 271 : 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-12-08T10:39:18.609 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:18.610 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:19.075 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:19.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:18.604564+0000 mgr.smithi022.tswrql (mgr.14182) 272 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:19.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:18.604564+0000 mgr.smithi022.tswrql (mgr.14182) 272 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:20.076 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:20.453 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:18.901820+0000 mgr.smithi022.tswrql (mgr.14182) 273 : 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-12-08T10:39:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:18.901820+0000 mgr.smithi022.tswrql (mgr.14182) 273 : 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-12-08T10:39:21.644 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:21.644 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:22.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:22.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:20.902388+0000 mgr.smithi022.tswrql (mgr.14182) 274 : 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-12-08T10:39:22.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:21.638888+0000 mgr.smithi022.tswrql (mgr.14182) 275 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:22.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:20.902388+0000 mgr.smithi022.tswrql (mgr.14182) 274 : 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-12-08T10:39:22.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:21.638888+0000 mgr.smithi022.tswrql (mgr.14182) 275 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:23.035 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:24.534 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:24.534 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:24.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:22.902855+0000 mgr.smithi022.tswrql (mgr.14182) 276 : 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-12-08T10:39:24.560 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:22.902855+0000 mgr.smithi022.tswrql (mgr.14182) 276 : 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-12-08T10:39:24.923 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:25.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:24.529126+0000 mgr.smithi022.tswrql (mgr.14182) 277 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:25.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:24.529126+0000 mgr.smithi022.tswrql (mgr.14182) 277 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:25.924 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:26.302 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:24.903321+0000 mgr.smithi022.tswrql (mgr.14182) 278 : 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-12-08T10:39:26.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:24.903321+0000 mgr.smithi022.tswrql (mgr.14182) 278 : 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-12-08T10:39:27.521 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:27.521 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:27.923 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:28.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:26.903903+0000 mgr.smithi022.tswrql (mgr.14182) 279 : 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-12-08T10:39:28.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:27.514893+0000 mgr.smithi022.tswrql (mgr.14182) 280 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:26.903903+0000 mgr.smithi022.tswrql (mgr.14182) 279 : 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-12-08T10:39:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:27.514893+0000 mgr.smithi022.tswrql (mgr.14182) 280 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:28.925 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:28.904339+0000 mgr.smithi022.tswrql (mgr.14182) 281 : 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-12-08T10:39:30.471 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:30.472 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z 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.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:28.904339+0000 mgr.smithi022.tswrql (mgr.14182) 281 : 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-12-08T10:39:30.973 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:31.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:30.466456+0000 mgr.smithi022.tswrql (mgr.14182) 282 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:31.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:30.466456+0000 mgr.smithi022.tswrql (mgr.14182) 282 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:31.975 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:30.905007+0000 mgr.smithi022.tswrql (mgr.14182) 283 : 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-12-08T10:39:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:30.905007+0000 mgr.smithi022.tswrql (mgr.14182) 283 : 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-12-08T10:39:33.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:32.931491+0000 mon.smithi022 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zssrfn"}]: dispatch 2023-12-08T10:39:33.492 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:33.493 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:33.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:32.931491+0000 mon.smithi022 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zssrfn"}]: dispatch 2023-12-08T10:39:33.873 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:32.905477+0000 mgr.smithi022.tswrql (mgr.14182) 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-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:39:32.930751+0000 mgr.smithi022.tswrql (mgr.14182) 285 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:39:32.931046+0000 mgr.smithi022.tswrql (mgr.14182) 286 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:39:32.932366+0000 mgr.smithi022.tswrql (mgr.14182) 287 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:39:32.934101+0000 mgr.smithi022.tswrql (mgr.14182) 288 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.gckssf on smithi022 2023-12-08T10:39:34.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:33.487362+0000 mgr.smithi022.tswrql (mgr.14182) 289 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:32.905477+0000 mgr.smithi022.tswrql (mgr.14182) 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-12-08T10:39:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:39:32.930751+0000 mgr.smithi022.tswrql (mgr.14182) 285 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:39:34.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:39:32.931046+0000 mgr.smithi022.tswrql (mgr.14182) 286 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:39:32.932366+0000 mgr.smithi022.tswrql (mgr.14182) 287 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zssrfn ... 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:39:34.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:37:40Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:17Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:38:55Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:39:32.934101+0000 mgr.smithi022.tswrql (mgr.14182) 288 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.gckssf on smithi022 2023-12-08T10:39:34.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:33.487362+0000 mgr.smithi022.tswrql (mgr.14182) 289 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:34.874 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:36.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:34.905938+0000 mgr.smithi022.tswrql (mgr.14182) 290 : 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-12-08T10:39:36.413 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:36.414 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:36.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:34.905938+0000 mgr.smithi022.tswrql (mgr.14182) 290 : 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-12-08T10:39:36.813 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:37.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:36.407947+0000 mgr.smithi022.tswrql (mgr.14182) 291 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:37.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:36.407947+0000 mgr.smithi022.tswrql (mgr.14182) 291 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:37.814 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:38.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:36.906728+0000 mgr.smithi022.tswrql (mgr.14182) 292 : 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-12-08T10:39:38.563 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:36.906728+0000 mgr.smithi022.tswrql (mgr.14182) 292 : 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-12-08T10:39:39.304 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:39.304 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:39.730 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:38.907137+0000 mgr.smithi022.tswrql (mgr.14182) 293 : 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-12-08T10:39:40.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:39.298000+0000 mgr.smithi022.tswrql (mgr.14182) 294 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:40.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:38.907137+0000 mgr.smithi022.tswrql (mgr.14182) 293 : 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-12-08T10:39:40.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:39.298000+0000 mgr.smithi022.tswrql (mgr.14182) 294 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:40.731 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:42.231 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:42.232 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:42.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:40.907882+0000 mgr.smithi022.tswrql (mgr.14182) 295 : 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-12-08T10:39:42.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:40.907882+0000 mgr.smithi022.tswrql (mgr.14182) 295 : 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-12-08T10:39:42.675 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:43.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:42.225442+0000 mgr.smithi022.tswrql (mgr.14182) 296 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:43.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:42.225442+0000 mgr.smithi022.tswrql (mgr.14182) 296 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:43.676 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:44.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:42.908530+0000 mgr.smithi022.tswrql (mgr.14182) 297 : 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-12-08T10:39:44.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:42.908530+0000 mgr.smithi022.tswrql (mgr.14182) 297 : 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-12-08T10:39:45.175 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:45.176 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:45.562 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:46.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:44.909077+0000 mgr.smithi022.tswrql (mgr.14182) 298 : 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-12-08T10:39:46.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:45.170154+0000 mgr.smithi022.tswrql (mgr.14182) 299 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:46.563 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:46.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:44.909077+0000 mgr.smithi022.tswrql (mgr.14182) 298 : 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-12-08T10:39:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:45.170154+0000 mgr.smithi022.tswrql (mgr.14182) 299 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:48.034 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:48.034 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:48.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:46.909664+0000 mgr.smithi022.tswrql (mgr.14182) 300 : 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-12-08T10:39:48.445 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:48.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:46.909664+0000 mgr.smithi022.tswrql (mgr.14182) 300 : 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-12-08T10:39:49.446 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:49.482 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:48.028893+0000 mgr.smithi022.tswrql (mgr.14182) 301 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:49.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:48.028893+0000 mgr.smithi022.tswrql (mgr.14182) 301 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:50.539 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:48.910115+0000 mgr.smithi022.tswrql (mgr.14182) 302 : 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-12-08T10:39:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:48.910115+0000 mgr.smithi022.tswrql (mgr.14182) 302 : 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-12-08T10:39:50.955 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:50.955 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:51.379 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:52.380 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:50.910618+0000 mgr.smithi022.tswrql (mgr.14182) 303 : 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-12-08T10:39:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:50.948811+0000 mgr.smithi022.tswrql (mgr.14182) 304 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:52.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:50.910618+0000 mgr.smithi022.tswrql (mgr.14182) 303 : 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-12-08T10:39:52.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:50.948811+0000 mgr.smithi022.tswrql (mgr.14182) 304 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:53.964 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:53.965 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:54.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:54.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:52.911106+0000 mgr.smithi022.tswrql (mgr.14182) 305 : 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-12-08T10:39:54.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:52.911106+0000 mgr.smithi022.tswrql (mgr.14182) 305 : 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-12-08T10:39:55.391 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:55.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:53.958847+0000 mgr.smithi022.tswrql (mgr.14182) 306 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:55.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:53.958847+0000 mgr.smithi022.tswrql (mgr.14182) 306 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:56.517 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:54.911616+0000 mgr.smithi022.tswrql (mgr.14182) 307 : 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-12-08T10:39:56.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:54.911616+0000 mgr.smithi022.tswrql (mgr.14182) 307 : 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-12-08T10:39:56.939 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:39:56.939 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:39:57.431 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:39:58.433 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:39:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:56.912119+0000 mgr.smithi022.tswrql (mgr.14182) 308 : 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-12-08T10:39:58.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:39:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:39:56.933683+0000 mgr.smithi022.tswrql (mgr.14182) 309 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:39:58.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:56.912119+0000 mgr.smithi022.tswrql (mgr.14182) 308 : 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-12-08T10:39:58.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:39:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:39:56.933683+0000 mgr.smithi022.tswrql (mgr.14182) 309 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:00.013 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:00.013 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:00.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:39:58.912609+0000 mgr.smithi022.tswrql (mgr.14182) 310 : 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-12-08T10:40:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:00.000116+0000 mon.smithi022 (mon.0) 658 : cluster [INF] overall HEALTH_OK 2023-12-08T10:40:00.412 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:39:58.912609+0000 mgr.smithi022.tswrql (mgr.14182) 310 : 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-12-08T10:40:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:00.000116+0000 mon.smithi022 (mon.0) 658 : cluster [INF] overall HEALTH_OK 2023-12-08T10:40:01.413 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:00.007276+0000 mgr.smithi022.tswrql (mgr.14182) 311 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:01.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:00.007276+0000 mgr.smithi022.tswrql (mgr.14182) 311 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:02.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:00.913311+0000 mgr.smithi022.tswrql (mgr.14182) 312 : 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-12-08T10:40:02.550 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:00.913311+0000 mgr.smithi022.tswrql (mgr.14182) 312 : 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-12-08T10:40:02.964 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:02.964 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:03.420 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:04.420 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:04.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:02.913703+0000 mgr.smithi022.tswrql (mgr.14182) 313 : 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-12-08T10:40:04.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:02.959164+0000 mgr.smithi022.tswrql (mgr.14182) 314 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:04.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:02.913703+0000 mgr.smithi022.tswrql (mgr.14182) 313 : 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-12-08T10:40:04.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:02.959164+0000 mgr.smithi022.tswrql (mgr.14182) 314 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:06.012 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:06.012 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:06.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:04.914138+0000 mgr.smithi022.tswrql (mgr.14182) 315 : 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-12-08T10:40:06.505 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:06.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:04.914138+0000 mgr.smithi022.tswrql (mgr.14182) 315 : 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-12-08T10:40:07.506 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:07.540 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:06.006166+0000 mgr.smithi022.tswrql (mgr.14182) 316 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:07.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:06.006166+0000 mgr.smithi022.tswrql (mgr.14182) 316 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:08.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:06.914705+0000 mgr.smithi022.tswrql (mgr.14182) 317 : 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-12-08T10:40:08.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:06.914705+0000 mgr.smithi022.tswrql (mgr.14182) 317 : 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-12-08T10:40:09.035 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:09.035 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:09.470 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:10.470 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:08.915217+0000 mgr.smithi022.tswrql (mgr.14182) 318 : 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-12-08T10:40:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:09.029122+0000 mgr.smithi022.tswrql (mgr.14182) 319 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:10.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:08.915217+0000 mgr.smithi022.tswrql (mgr.14182) 318 : 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-12-08T10:40:10.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:09.029122+0000 mgr.smithi022.tswrql (mgr.14182) 319 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:12.007 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:12.009 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:12.410 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:10.915780+0000 mgr.smithi022.tswrql (mgr.14182) 320 : 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-12-08T10:40:12.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:10.915780+0000 mgr.smithi022.tswrql (mgr.14182) 320 : 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-12-08T10:40:13.411 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:13.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:12.001658+0000 mgr.smithi022.tswrql (mgr.14182) 321 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:13.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:12.001658+0000 mgr.smithi022.tswrql (mgr.14182) 321 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:14.533 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:12.916213+0000 mgr.smithi022.tswrql (mgr.14182) 322 : 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-12-08T10:40:14.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:12.916213+0000 mgr.smithi022.tswrql (mgr.14182) 322 : 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-12-08T10:40:14.946 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:14.947 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:15.382 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:16.384 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:16.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:14.916624+0000 mgr.smithi022.tswrql (mgr.14182) 323 : 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-12-08T10:40:16.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:14.940084+0000 mgr.smithi022.tswrql (mgr.14182) 324 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:16.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:14.916624+0000 mgr.smithi022.tswrql (mgr.14182) 323 : 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-12-08T10:40:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:14.940084+0000 mgr.smithi022.tswrql (mgr.14182) 324 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:17.955 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:17.955 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:18.349 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:18.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:16.917236+0000 mgr.smithi022.tswrql (mgr.14182) 325 : 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-12-08T10:40:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:16.917236+0000 mgr.smithi022.tswrql (mgr.14182) 325 : 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-12-08T10:40:19.350 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:19.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:17.949243+0000 mgr.smithi022.tswrql (mgr.14182) 326 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:19.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:17.949243+0000 mgr.smithi022.tswrql (mgr.14182) 326 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:20.531 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:18.917762+0000 mgr.smithi022.tswrql (mgr.14182) 327 : 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-12-08T10:40:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:18.917762+0000 mgr.smithi022.tswrql (mgr.14182) 327 : 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-12-08T10:40:20.944 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:20.945 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:21.406 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:22.407 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:22.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:20.918247+0000 mgr.smithi022.tswrql (mgr.14182) 328 : 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-12-08T10:40:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:20.939470+0000 mgr.smithi022.tswrql (mgr.14182) 329 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:20.918247+0000 mgr.smithi022.tswrql (mgr.14182) 328 : 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-12-08T10:40:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:20.939470+0000 mgr.smithi022.tswrql (mgr.14182) 329 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:23.981 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:23.981 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:24.448 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:24.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:22.918745+0000 mgr.smithi022.tswrql (mgr.14182) 330 : 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-12-08T10:40:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:22.918745+0000 mgr.smithi022.tswrql (mgr.14182) 330 : 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-12-08T10:40:25.448 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:25.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:23.975816+0000 mgr.smithi022.tswrql (mgr.14182) 331 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:25.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:23.975816+0000 mgr.smithi022.tswrql (mgr.14182) 331 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:26.580 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:24.919369+0000 mgr.smithi022.tswrql (mgr.14182) 332 : 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-12-08T10:40:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:24.919369+0000 mgr.smithi022.tswrql (mgr.14182) 332 : 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-12-08T10:40:26.995 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:26.996 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:27.430 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:28.431 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:26.919896+0000 mgr.smithi022.tswrql (mgr.14182) 333 : 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-12-08T10:40:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:26.990025+0000 mgr.smithi022.tswrql (mgr.14182) 334 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:26.919896+0000 mgr.smithi022.tswrql (mgr.14182) 333 : 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-12-08T10:40:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:26.990025+0000 mgr.smithi022.tswrql (mgr.14182) 334 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:30.034 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:30.034 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:30.440 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:30.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:28.920392+0000 mgr.smithi022.tswrql (mgr.14182) 335 : 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-12-08T10:40:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:28.920392+0000 mgr.smithi022.tswrql (mgr.14182) 335 : 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-12-08T10:40:31.441 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:31.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:30.028372+0000 mgr.smithi022.tswrql (mgr.14182) 336 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:31.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:30.028372+0000 mgr.smithi022.tswrql (mgr.14182) 336 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:32.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:30.921129+0000 mgr.smithi022.tswrql (mgr.14182) 337 : 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-12-08T10:40:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:30.921129+0000 mgr.smithi022.tswrql (mgr.14182) 337 : 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-12-08T10:40:33.075 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:33.076 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:33.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:34.497 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:34.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:32.921523+0000 mgr.smithi022.tswrql (mgr.14182) 338 : 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-12-08T10:40:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:33.070261+0000 mgr.smithi022.tswrql (mgr.14182) 339 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:32.921523+0000 mgr.smithi022.tswrql (mgr.14182) 338 : 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-12-08T10:40:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:33.070261+0000 mgr.smithi022.tswrql (mgr.14182) 339 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:35.982 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:35.982 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:36.420 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:36.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:34.921973+0000 mgr.smithi022.tswrql (mgr.14182) 340 : 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-12-08T10:40:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:34.921973+0000 mgr.smithi022.tswrql (mgr.14182) 340 : 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-12-08T10:40:37.421 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:37.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:35.976290+0000 mgr.smithi022.tswrql (mgr.14182) 341 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:35.976290+0000 mgr.smithi022.tswrql (mgr.14182) 341 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:38.593 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:36.922704+0000 mgr.smithi022.tswrql (mgr.14182) 342 : 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-12-08T10:40:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:36.922704+0000 mgr.smithi022.tswrql (mgr.14182) 342 : 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-12-08T10:40:39.002 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:39.002 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:39.403 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:40.404 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:40.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:38.923112+0000 mgr.smithi022.tswrql (mgr.14182) 343 : 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-12-08T10:40:40.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:38.996739+0000 mgr.smithi022.tswrql (mgr.14182) 344 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:40.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:38.923112+0000 mgr.smithi022.tswrql (mgr.14182) 343 : 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-12-08T10:40:40.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:38.996739+0000 mgr.smithi022.tswrql (mgr.14182) 344 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:41.970 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:41.970 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:42.436 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:40.923678+0000 mgr.smithi022.tswrql (mgr.14182) 345 : 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-12-08T10:40:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:40.923678+0000 mgr.smithi022.tswrql (mgr.14182) 345 : 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-12-08T10:40:43.437 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:41.964526+0000 mgr.smithi022.tswrql (mgr.14182) 346 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:43.806 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:41.964526+0000 mgr.smithi022.tswrql (mgr.14182) 346 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:44.534 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:42.924111+0000 mgr.smithi022.tswrql (mgr.14182) 347 : 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-12-08T10:40:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:42.924111+0000 mgr.smithi022.tswrql (mgr.14182) 347 : 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-12-08T10:40:44.939 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:44.939 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:45.386 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:46.387 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:46.737 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:44.924514+0000 mgr.smithi022.tswrql (mgr.14182) 348 : 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-12-08T10:40:46.737 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:44.933940+0000 mgr.smithi022.tswrql (mgr.14182) 349 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:44.924514+0000 mgr.smithi022.tswrql (mgr.14182) 348 : 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-12-08T10:40:46.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:44.933940+0000 mgr.smithi022.tswrql (mgr.14182) 349 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:47.876 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:47.876 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:48.334 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:48.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:46.925235+0000 mgr.smithi022.tswrql (mgr.14182) 350 : 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-12-08T10:40:48.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:47.870346+0000 mgr.smithi022.tswrql (mgr.14182) 351 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:46.925235+0000 mgr.smithi022.tswrql (mgr.14182) 350 : 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-12-08T10:40:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:47.870346+0000 mgr.smithi022.tswrql (mgr.14182) 351 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:49.335 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:50.517 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:48.926125+0000 mgr.smithi022.tswrql (mgr.14182) 352 : 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-12-08T10:40:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:48.926125+0000 mgr.smithi022.tswrql (mgr.14182) 352 : 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-12-08T10:40:50.913 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:50.913 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:51.379 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:52.379 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:52.738 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:50.907927+0000 mgr.smithi022.tswrql (mgr.14182) 353 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:52.738 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:50.926805+0000 mgr.smithi022.tswrql (mgr.14182) 354 : 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-12-08T10:40:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:50.907927+0000 mgr.smithi022.tswrql (mgr.14182) 353 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:50.926805+0000 mgr.smithi022.tswrql (mgr.14182) 354 : 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-12-08T10:40:53.903 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:53.903 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:54.301 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:52.927291+0000 mgr.smithi022.tswrql (mgr.14182) 355 : 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-12-08T10:40:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:52.927291+0000 mgr.smithi022.tswrql (mgr.14182) 355 : 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-12-08T10:40:55.302 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:55.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:53.897285+0000 mgr.smithi022.tswrql (mgr.14182) 356 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:53.897285+0000 mgr.smithi022.tswrql (mgr.14182) 356 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:54.927815+0000 mgr.smithi022.tswrql (mgr.14182) 357 : 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-12-08T10:40:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:54.927815+0000 mgr.smithi022.tswrql (mgr.14182) 357 : 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-12-08T10:40:56.920 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:56.921 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:40:57.422 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:40:58.423 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:40:58.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:56.915449+0000 mgr.smithi022.tswrql (mgr.14182) 358 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:58.781 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:40:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:56.928295+0000 mgr.smithi022.tswrql (mgr.14182) 359 : 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-12-08T10:40:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:56.915449+0000 mgr.smithi022.tswrql (mgr.14182) 358 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:40:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:40:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:56.928295+0000 mgr.smithi022.tswrql (mgr.14182) 359 : 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-12-08T10:40:59.904 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:40:59.904 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:00.302 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:40:58.928776+0000 mgr.smithi022.tswrql (mgr.14182) 360 : 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-12-08T10:41:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:40:58.928776+0000 mgr.smithi022.tswrql (mgr.14182) 360 : 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-12-08T10:41:01.303 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:40:59.898834+0000 mgr.smithi022.tswrql (mgr.14182) 361 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:01.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:40:59.898834+0000 mgr.smithi022.tswrql (mgr.14182) 361 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:00.929538+0000 mgr.smithi022.tswrql (mgr.14182) 362 : 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-12-08T10:41:02.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:00.929538+0000 mgr.smithi022.tswrql (mgr.14182) 362 : 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-12-08T10:41:02.855 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:02.855 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:03.248 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:03.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:02.849611+0000 mgr.smithi022.tswrql (mgr.14182) 363 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:02.849611+0000 mgr.smithi022.tswrql (mgr.14182) 363 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:04.249 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:04.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:02.929999+0000 mgr.smithi022.tswrql (mgr.14182) 364 : 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-12-08T10:41:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:02.929999+0000 mgr.smithi022.tswrql (mgr.14182) 364 : 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-12-08T10:41:05.742 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:05.742 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:06.218 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:06.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:04.930578+0000 mgr.smithi022.tswrql (mgr.14182) 365 : 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-12-08T10:41:06.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:05.737015+0000 mgr.smithi022.tswrql (mgr.14182) 366 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:04.930578+0000 mgr.smithi022.tswrql (mgr.14182) 365 : 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-12-08T10:41:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:05.737015+0000 mgr.smithi022.tswrql (mgr.14182) 366 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:07.219 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:08.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:06.931018+0000 mgr.smithi022.tswrql (mgr.14182) 367 : 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-12-08T10:41:08.694 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:08.694 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:06.931018+0000 mgr.smithi022.tswrql (mgr.14182) 367 : 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-12-08T10:41:09.132 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:08.688419+0000 mgr.smithi022.tswrql (mgr.14182) 368 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:09.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:08.688419+0000 mgr.smithi022.tswrql (mgr.14182) 368 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:10.134 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:10.683 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:08.931535+0000 mgr.smithi022.tswrql (mgr.14182) 369 : 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-12-08T10:41:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:08.931535+0000 mgr.smithi022.tswrql (mgr.14182) 369 : 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-12-08T10:41:11.614 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:11.615 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:12.040 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:10.932219+0000 mgr.smithi022.tswrql (mgr.14182) 370 : 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-12-08T10:41:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:11.608584+0000 mgr.smithi022.tswrql (mgr.14182) 371 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:12.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:10.932219+0000 mgr.smithi022.tswrql (mgr.14182) 370 : 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-12-08T10:41:12.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:11.608584+0000 mgr.smithi022.tswrql (mgr.14182) 371 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:13.040 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:14.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:12.932793+0000 mgr.smithi022.tswrql (mgr.14182) 372 : 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-12-08T10:41:14.637 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:14.637 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:12.932793+0000 mgr.smithi022.tswrql (mgr.14182) 372 : 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-12-08T10:41:15.080 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:15.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:14.632121+0000 mgr.smithi022.tswrql (mgr.14182) 373 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:15.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:14.632121+0000 mgr.smithi022.tswrql (mgr.14182) 373 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:16.080 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:16.793 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:14.933278+0000 mgr.smithi022.tswrql (mgr.14182) 374 : 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-12-08T10:41:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:14.933278+0000 mgr.smithi022.tswrql (mgr.14182) 374 : 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-12-08T10:41:17.552 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:17.553 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:18.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:16.933768+0000 mgr.smithi022.tswrql (mgr.14182) 375 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:17.546872+0000 mgr.smithi022.tswrql (mgr.14182) 376 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:16.933768+0000 mgr.smithi022.tswrql (mgr.14182) 375 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:17.546872+0000 mgr.smithi022.tswrql (mgr.14182) 376 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:19.035 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:20.537 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:20.537 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:20.776 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:18.934207+0000 mgr.smithi022.tswrql (mgr.14182) 377 : 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-12-08T10:41:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:18.934207+0000 mgr.smithi022.tswrql (mgr.14182) 377 : 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-12-08T10:41:20.979 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:21.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:20.531865+0000 mgr.smithi022.tswrql (mgr.14182) 378 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:21.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:20.531865+0000 mgr.smithi022.tswrql (mgr.14182) 378 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:21.980 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:22.742 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:20.934824+0000 mgr.smithi022.tswrql (mgr.14182) 379 : 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-12-08T10:41:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:20.934824+0000 mgr.smithi022.tswrql (mgr.14182) 379 : 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-12-08T10:41:23.511 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:23.511 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:23.965 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:22.935198+0000 mgr.smithi022.tswrql (mgr.14182) 380 : 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-12-08T10:41:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:23.504325+0000 mgr.smithi022.tswrql (mgr.14182) 381 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:22.935198+0000 mgr.smithi022.tswrql (mgr.14182) 380 : 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-12-08T10:41:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:23.504325+0000 mgr.smithi022.tswrql (mgr.14182) 381 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:24.966 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:26.478 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:26.478 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:24.935821+0000 mgr.smithi022.tswrql (mgr.14182) 382 : 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-12-08T10:41:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:24.935821+0000 mgr.smithi022.tswrql (mgr.14182) 382 : 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-12-08T10:41:26.886 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:27.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:26.472659+0000 mgr.smithi022.tswrql (mgr.14182) 383 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:27.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:26.472659+0000 mgr.smithi022.tswrql (mgr.14182) 383 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:27.887 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:26.936348+0000 mgr.smithi022.tswrql (mgr.14182) 384 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:26.936348+0000 mgr.smithi022.tswrql (mgr.14182) 384 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:29.423 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:29.423 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:29.811 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:30.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:28.936908+0000 mgr.smithi022.tswrql (mgr.14182) 385 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:30.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:29.417286+0000 mgr.smithi022.tswrql (mgr.14182) 386 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:30.812 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:30.847 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:28.936908+0000 mgr.smithi022.tswrql (mgr.14182) 385 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:30.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:29.417286+0000 mgr.smithi022.tswrql (mgr.14182) 386 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:32.383 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:32.384 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:30.937410+0000 mgr.smithi022.tswrql (mgr.14182) 387 : 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-12-08T10:41:32.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:30.937410+0000 mgr.smithi022.tswrql (mgr.14182) 387 : 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-12-08T10:41:32.852 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:33.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:32.378445+0000 mgr.smithi022.tswrql (mgr.14182) 388 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:33.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:32.378445+0000 mgr.smithi022.tswrql (mgr.14182) 388 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:33.853 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:34.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:32.937939+0000 mgr.smithi022.tswrql (mgr.14182) 389 : 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-12-08T10:41:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:32.937939+0000 mgr.smithi022.tswrql (mgr.14182) 389 : 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-12-08T10:41:35.409 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:35.409 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:35.835 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:34.938660+0000 mgr.smithi022.tswrql (mgr.14182) 390 : 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-12-08T10:41:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:35.403138+0000 mgr.smithi022.tswrql (mgr.14182) 391 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:36.836 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:34.938660+0000 mgr.smithi022.tswrql (mgr.14182) 390 : 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-12-08T10:41:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:35.403138+0000 mgr.smithi022.tswrql (mgr.14182) 391 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:38.379 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:38.379 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:36.939085+0000 mgr.smithi022.tswrql (mgr.14182) 392 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:38.835 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:36.939085+0000 mgr.smithi022.tswrql (mgr.14182) 392 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:38.860 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:38.373177+0000 mgr.smithi022.tswrql (mgr.14182) 393 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:39.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:38.373177+0000 mgr.smithi022.tswrql (mgr.14182) 393 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:39.861 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:40.768 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:38.939504+0000 mgr.smithi022.tswrql (mgr.14182) 394 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:40.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:38.939504+0000 mgr.smithi022.tswrql (mgr.14182) 394 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:41.403 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:41.403 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:41.843 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:40.940078+0000 mgr.smithi022.tswrql (mgr.14182) 395 : 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-12-08T10:41:42.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:41.397168+0000 mgr.smithi022.tswrql (mgr.14182) 396 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:42.845 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:42.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:40.940078+0000 mgr.smithi022.tswrql (mgr.14182) 395 : 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-12-08T10:41:42.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:41.397168+0000 mgr.smithi022.tswrql (mgr.14182) 396 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:44.410 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:44.410 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:42.940494+0000 mgr.smithi022.tswrql (mgr.14182) 397 : 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-12-08T10:41:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:42.940494+0000 mgr.smithi022.tswrql (mgr.14182) 397 : 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-12-08T10:41:44.828 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:45.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:44.404551+0000 mgr.smithi022.tswrql (mgr.14182) 398 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:45.829 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:45.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:44.404551+0000 mgr.smithi022.tswrql (mgr.14182) 398 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:44.941015+0000 mgr.smithi022.tswrql (mgr.14182) 399 : 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-12-08T10:41:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:44.941015+0000 mgr.smithi022.tswrql (mgr.14182) 399 : 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-12-08T10:41:47.326 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:47.326 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:47.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:48.768 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:46.941489+0000 mgr.smithi022.tswrql (mgr.14182) 400 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:47.320040+0000 mgr.smithi022.tswrql (mgr.14182) 401 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:48.804 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:46.941489+0000 mgr.smithi022.tswrql (mgr.14182) 400 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:48.804 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:47.320040+0000 mgr.smithi022.tswrql (mgr.14182) 401 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:50.319 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:50.319 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:48.941951+0000 mgr.smithi022.tswrql (mgr.14182) 402 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:50.732 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:48.941951+0000 mgr.smithi022.tswrql (mgr.14182) 402 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:41:51.734 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:51.770 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:50.313329+0000 mgr.smithi022.tswrql (mgr.14182) 403 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:51.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:50.313329+0000 mgr.smithi022.tswrql (mgr.14182) 403 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:50.942525+0000 mgr.smithi022.tswrql (mgr.14182) 404 : 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-12-08T10:41:52.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:50.942525+0000 mgr.smithi022.tswrql (mgr.14182) 404 : 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-12-08T10:41:53.252 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:53.252 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:53.699 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:54.701 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:52.942992+0000 mgr.smithi022.tswrql (mgr.14182) 405 : 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-12-08T10:41:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:53.247031+0000 mgr.smithi022.tswrql (mgr.14182) 406 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:54.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:52.942992+0000 mgr.smithi022.tswrql (mgr.14182) 405 : 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-12-08T10:41:54.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:53.247031+0000 mgr.smithi022.tswrql (mgr.14182) 406 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:56.212 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:56.212 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:56.701 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:41:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:54.943536+0000 mgr.smithi022.tswrql (mgr.14182) 407 : 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-12-08T10:41:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:54.943536+0000 mgr.smithi022.tswrql (mgr.14182) 407 : 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-12-08T10:41:57.701 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:41:57.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:56.206547+0000 mgr.smithi022.tswrql (mgr.14182) 408 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:57.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:56.206547+0000 mgr.smithi022.tswrql (mgr.14182) 408 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:41:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:41:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:56.944104+0000 mgr.smithi022.tswrql (mgr.14182) 409 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:58.830 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:41:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:56.944104+0000 mgr.smithi022.tswrql (mgr.14182) 409 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:41:59.257 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:41:59.257 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:41:59.699 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:42:00.700 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:41:58.944537+0000 mgr.smithi022.tswrql (mgr.14182) 410 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:41:59.251029+0000 mgr.smithi022.tswrql (mgr.14182) 411 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:00.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:41:58.944537+0000 mgr.smithi022.tswrql (mgr.14182) 410 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:00.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:41:59.251029+0000 mgr.smithi022.tswrql (mgr.14182) 411 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:02.256 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:02.256 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:36:58.560515Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:36:58.561299Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:36:58.560699Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:36:58.560811Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:36:58.560897Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:36:58.560980Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:02.647 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:42:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:00.945133+0000 mgr.smithi022.tswrql (mgr.14182) 412 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:02.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:00.945133+0000 mgr.smithi022.tswrql (mgr.14182) 412 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:42:03.648 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:02.250114+0000 mgr.smithi022.tswrql (mgr.14182) 413 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:02.590686+0000 mgr.smithi022.tswrql (mgr.14182) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:02.591019+0000 mgr.smithi022.tswrql (mgr.14182) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:02.591491+0000 mon.smithi022 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.gckssf"}]: dispatch 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:02.592312+0000 mgr.smithi022.tswrql (mgr.14182) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:02.597087+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:02.597414+0000 mgr.smithi022.tswrql (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:02.598636+0000 mgr.smithi022.tswrql (mgr.14182) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:03.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:02.599668+0000 mgr.smithi022.tswrql (mgr.14182) 419 : cluster [DBG] pgmap v270: 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-12-08T10:42:03.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:02.599885+0000 mon.smithi022 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:02.250114+0000 mgr.smithi022.tswrql (mgr.14182) 413 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:02.590686+0000 mgr.smithi022.tswrql (mgr.14182) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:02.591019+0000 mgr.smithi022.tswrql (mgr.14182) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:02.591491+0000 mon.smithi022 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.gckssf"}]: dispatch 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:02.592312+0000 mgr.smithi022.tswrql (mgr.14182) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.gckssf ... 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:40:47Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:41:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:02.597087+0000 mon.smithi022 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:02.597414+0000 mgr.smithi022.tswrql (mgr.14182) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:02.598636+0000 mgr.smithi022.tswrql (mgr.14182) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:02.599668+0000 mgr.smithi022.tswrql (mgr.14182) 419 : cluster [DBG] pgmap v270: 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-12-08T10:42:03.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:02.599885+0000 mon.smithi022 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:42:04.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:03.595096+0000 mon.smithi022 (mon.0) 662 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:04.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:03.961912+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:03.595096+0000 mon.smithi022 (mon.0) 662 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:42:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:03.961912+0000 mon.smithi022 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:05.350 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:05.350 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:37:01.188704Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:37:01.188791Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:37:01.188863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:37:01.189370Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:37:01.188621Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:37:01.188465Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:37:01.188947Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:37:01.189092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:37:01.189022Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:05.795 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:04.600273+0000 mgr.smithi022.tswrql (mgr.14182) 420 : cluster [DBG] pgmap v271: 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-12-08T10:42:05.797 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-08T10:42:05.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:04.600273+0000 mgr.smithi022.tswrql (mgr.14182) 420 : cluster [DBG] pgmap v271: 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-12-08T10:42:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:05.344601+0000 mgr.smithi022.tswrql (mgr.14182) 421 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:06.799 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:06.834 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:05.344601+0000 mgr.smithi022.tswrql (mgr.14182) 421 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:08.251 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:08.251 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:06.601042+0000 mgr.smithi022.tswrql (mgr.14182) 422 : cluster [DBG] pgmap v272: 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-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:06.875213+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.003087+0000 mon.smithi022 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.308818+0000 mon.smithi022 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.309540+0000 mon.smithi022 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.313936+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.317907+0000 mon.smithi022 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:08.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.325467+0000 mon.smithi022 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:07.330513+0000 mon.smithi022 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:07.542520+0000 mon.smithi022 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:08.284 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:07.542570+0000 mon.smithi022 (mon.0) 673 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:08.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:06.601042+0000 mgr.smithi022.tswrql (mgr.14182) 422 : cluster [DBG] pgmap v272: 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-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:06.875213+0000 mon.smithi022 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.003087+0000 mon.smithi022 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.308818+0000 mon.smithi022 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.309540+0000 mon.smithi022 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.313936+0000 mon.smithi022 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.317907+0000 mon.smithi022 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.325467+0000 mon.smithi022 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:07.330513+0000 mon.smithi022 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:07.542520+0000 mon.smithi022 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:42:08.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:07.542570+0000 mon.smithi022 (mon.0) 673 : cluster [INF] Cluster is now healthy 2023-12-08T10:42:08.655 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-08T10:42:08.656 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T10:42:08.667 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-08T10:42:08.668 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:09.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:07.314401+0000 mgr.smithi022.tswrql (mgr.14182) 423 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:09.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:42:07.327905+0000 mgr.smithi022.tswrql (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.sbnklt on smithi069 2023-12-08T10:42:09.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:07.314401+0000 mgr.smithi022.tswrql (mgr.14182) 423 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:09.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:42:07.327905+0000 mgr.smithi022.tswrql (mgr.14182) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.sbnklt on smithi069 2023-12-08T10:42:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:08.245321+0000 mgr.smithi022.tswrql (mgr.14182) 425 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:10.348 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:10.348 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:10.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:08.245321+0000 mgr.smithi022.tswrql (mgr.14182) 425 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:10.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:11.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:09.314915+0000 mgr.smithi022.tswrql (mgr.14182) 426 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:11.153 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:09.314915+0000 mgr.smithi022.tswrql (mgr.14182) 426 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:11.765 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:12.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:10.341988+0000 mgr.smithi022.tswrql (mgr.14182) 427 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:12.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:10.341988+0000 mgr.smithi022.tswrql (mgr.14182) 427 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:13.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:11.315458+0000 mgr.smithi022.tswrql (mgr.14182) 428 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:13.302 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:13.302 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:13.325 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:11.315458+0000 mgr.smithi022.tswrql (mgr.14182) 428 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-08T10:42:13.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:14.706 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:15.081 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:13.296526+0000 mgr.smithi022.tswrql (mgr.14182) 429 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:15.081 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:13.316029+0000 mgr.smithi022.tswrql (mgr.14182) 430 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:42:15.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:13.296526+0000 mgr.smithi022.tswrql (mgr.14182) 429 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:15.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:13.316029+0000 mgr.smithi022.tswrql (mgr.14182) 430 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:42:16.221 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:16.221 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:16.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:17.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:15.316643+0000 mgr.smithi022.tswrql (mgr.14182) 431 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:42:17.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:15.316643+0000 mgr.smithi022.tswrql (mgr.14182) 431 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-12-08T10:42:17.672 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:18.048 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:16.215891+0000 mgr.smithi022.tswrql (mgr.14182) 432 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:18.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:16.215891+0000 mgr.smithi022.tswrql (mgr.14182) 432 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:19.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:17.317313+0000 mgr.smithi022.tswrql (mgr.14182) 433 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-12-08T10:42:19.196 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:19.196 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:19.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:17.317313+0000 mgr.smithi022.tswrql (mgr.14182) 433 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-12-08T10:42:19.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:20.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:19.190197+0000 mgr.smithi022.tswrql (mgr.14182) 434 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:20.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:19.318031+0000 mgr.smithi022.tswrql (mgr.14182) 435 : 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-12-08T10:42:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:19.190197+0000 mgr.smithi022.tswrql (mgr.14182) 434 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:19.318031+0000 mgr.smithi022.tswrql (mgr.14182) 435 : 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-12-08T10:42:20.613 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:22.142 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:22.142 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:22.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:21.318605+0000 mgr.smithi022.tswrql (mgr.14182) 436 : 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-12-08T10:42:22.478 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:22.003089+0000 mon.smithi022 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:22.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:21.318605+0000 mgr.smithi022.tswrql (mgr.14182) 436 : 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-12-08T10:42:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:22.003089+0000 mon.smithi022 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:42:23.563 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:22.136239+0000 mgr.smithi022.tswrql (mgr.14182) 437 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:23.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:22.136239+0000 mgr.smithi022.tswrql (mgr.14182) 437 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:24.659 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:23.319251+0000 mgr.smithi022.tswrql (mgr.14182) 438 : 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-12-08T10:42:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:23.319251+0000 mgr.smithi022.tswrql (mgr.14182) 438 : 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-12-08T10:42:25.149 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:25.149 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:25.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:26.586 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:25.143247+0000 mgr.smithi022.tswrql (mgr.14182) 439 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:25.319805+0000 mgr.smithi022.tswrql (mgr.14182) 440 : 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-12-08T10:42:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:25.143247+0000 mgr.smithi022.tswrql (mgr.14182) 439 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:25.319805+0000 mgr.smithi022.tswrql (mgr.14182) 440 : 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-12-08T10:42:28.155 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:28.155 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:28.485 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:27.320335+0000 mgr.smithi022.tswrql (mgr.14182) 441 : 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-12-08T10:42:28.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:27.320335+0000 mgr.smithi022.tswrql (mgr.14182) 441 : 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-12-08T10:42:29.596 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:29.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:28.149762+0000 mgr.smithi022.tswrql (mgr.14182) 442 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:29.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:28.149762+0000 mgr.smithi022.tswrql (mgr.14182) 442 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:30.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:29.320826+0000 mgr.smithi022.tswrql (mgr.14182) 443 : 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-12-08T10:42:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:29.320826+0000 mgr.smithi022.tswrql (mgr.14182) 443 : 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-12-08T10:42:31.102 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:31.103 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:31.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:32.511 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:31.096890+0000 mgr.smithi022.tswrql (mgr.14182) 444 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:31.321454+0000 mgr.smithi022.tswrql (mgr.14182) 445 : 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-12-08T10:42:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:31.096890+0000 mgr.smithi022.tswrql (mgr.14182) 444 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:31.321454+0000 mgr.smithi022.tswrql (mgr.14182) 445 : 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-12-08T10:42:33.972 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:33.972 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:34.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:34.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:33.321938+0000 mgr.smithi022.tswrql (mgr.14182) 446 : 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-12-08T10:42:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:33.321938+0000 mgr.smithi022.tswrql (mgr.14182) 446 : 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-12-08T10:42:35.421 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:35.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:33.966641+0000 mgr.smithi022.tswrql (mgr.14182) 447 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:33.966641+0000 mgr.smithi022.tswrql (mgr.14182) 447 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:35.322408+0000 mgr.smithi022.tswrql (mgr.14182) 448 : 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-12-08T10:42:36.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:35.322408+0000 mgr.smithi022.tswrql (mgr.14182) 448 : 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-12-08T10:42:36.899 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:36.899 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:37.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:37.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:36.893216+0000 mgr.smithi022.tswrql (mgr.14182) 449 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:36.893216+0000 mgr.smithi022.tswrql (mgr.14182) 449 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:38.293 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:38.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:37.323072+0000 mgr.smithi022.tswrql (mgr.14182) 450 : 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-12-08T10:42:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:37.323072+0000 mgr.smithi022.tswrql (mgr.14182) 450 : 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-12-08T10:42:39.845 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:39.845 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:40.200 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:39.323701+0000 mgr.smithi022.tswrql (mgr.14182) 451 : 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-12-08T10:42:40.200 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:39.838706+0000 mgr.smithi022.tswrql (mgr.14182) 452 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:40.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:39.323701+0000 mgr.smithi022.tswrql (mgr.14182) 451 : 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-12-08T10:42:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:39.838706+0000 mgr.smithi022.tswrql (mgr.14182) 452 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:41.268 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:42.794 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:42.795 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:41.324238+0000 mgr.smithi022.tswrql (mgr.14182) 453 : 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-12-08T10:42:42.817 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:41.324238+0000 mgr.smithi022.tswrql (mgr.14182) 453 : 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-12-08T10:42:43.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:43.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:42.789135+0000 mgr.smithi022.tswrql (mgr.14182) 454 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:42.789135+0000 mgr.smithi022.tswrql (mgr.14182) 454 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:44.218 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:44.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:43.324877+0000 mgr.smithi022.tswrql (mgr.14182) 455 : 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-12-08T10:42:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:43.324877+0000 mgr.smithi022.tswrql (mgr.14182) 455 : 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-12-08T10:42:45.801 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:45.802 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:46.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:45.325454+0000 mgr.smithi022.tswrql (mgr.14182) 456 : 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-12-08T10:42:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:45.795186+0000 mgr.smithi022.tswrql (mgr.14182) 457 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:45.325454+0000 mgr.smithi022.tswrql (mgr.14182) 456 : 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-12-08T10:42:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:45.795186+0000 mgr.smithi022.tswrql (mgr.14182) 457 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:47.225 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:48.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:47.326187+0000 mgr.smithi022.tswrql (mgr.14182) 458 : 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-12-08T10:42:48.695 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:48.695 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:47.326187+0000 mgr.smithi022.tswrql (mgr.14182) 458 : 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-12-08T10:42:49.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:48.689596+0000 mgr.smithi022.tswrql (mgr.14182) 459 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:49.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:48.689596+0000 mgr.smithi022.tswrql (mgr.14182) 459 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:50.131 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:50.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:49.326721+0000 mgr.smithi022.tswrql (mgr.14182) 460 : 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-12-08T10:42:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:49.326721+0000 mgr.smithi022.tswrql (mgr.14182) 460 : 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-12-08T10:42:51.687 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:51.687 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:52.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:51.327272+0000 mgr.smithi022.tswrql (mgr.14182) 461 : 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-12-08T10:42:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:51.681577+0000 mgr.smithi022.tswrql (mgr.14182) 462 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:51.327272+0000 mgr.smithi022.tswrql (mgr.14182) 461 : 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-12-08T10:42:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:51.681577+0000 mgr.smithi022.tswrql (mgr.14182) 462 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:53.124 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:54.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:53.327681+0000 mgr.smithi022.tswrql (mgr.14182) 463 : 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-12-08T10:42:54.692 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:54.693 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:53.327681+0000 mgr.smithi022.tswrql (mgr.14182) 463 : 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-12-08T10:42:55.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:54.687084+0000 mgr.smithi022.tswrql (mgr.14182) 464 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:55.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:54.687084+0000 mgr.smithi022.tswrql (mgr.14182) 464 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:56.124 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:42:56.741 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:55.328397+0000 mgr.smithi022.tswrql (mgr.14182) 465 : 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-12-08T10:42:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:55.328397+0000 mgr.smithi022.tswrql (mgr.14182) 465 : 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-12-08T10:42:57.702 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:42:57.702 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:42:58.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:42:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:57.329045+0000 mgr.smithi022.tswrql (mgr.14182) 466 : 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-12-08T10:42:58.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:42:57.693425+0000 mgr.smithi022.tswrql (mgr.14182) 467 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:58.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:57.329045+0000 mgr.smithi022.tswrql (mgr.14182) 466 : 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-12-08T10:42:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:42:57.693425+0000 mgr.smithi022.tswrql (mgr.14182) 467 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:42:59.122 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:00.229 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:42:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:42:59.329459+0000 mgr.smithi022.tswrql (mgr.14182) 468 : 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-12-08T10:43:00.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:42:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:42:59.329459+0000 mgr.smithi022.tswrql (mgr.14182) 468 : 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-12-08T10:43:00.670 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:00.670 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:01.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:01.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:00.664472+0000 mgr.smithi022.tswrql (mgr.14182) 469 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:01.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:00.664472+0000 mgr.smithi022.tswrql (mgr.14182) 469 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:02.098 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:02.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:01.330152+0000 mgr.smithi022.tswrql (mgr.14182) 470 : 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-12-08T10:43:02.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:01.330152+0000 mgr.smithi022.tswrql (mgr.14182) 470 : 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-12-08T10:43:03.558 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:03.712 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:03.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:03.330554+0000 mgr.smithi022.tswrql (mgr.14182) 471 : 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-12-08T10:43:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:03.552602+0000 mgr.smithi022.tswrql (mgr.14182) 472 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:04.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:03.330554+0000 mgr.smithi022.tswrql (mgr.14182) 471 : 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-12-08T10:43:04.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:03.552602+0000 mgr.smithi022.tswrql (mgr.14182) 472 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:04.948 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:06.486 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:06.486 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:06.658 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:05.331065+0000 mgr.smithi022.tswrql (mgr.14182) 473 : 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-12-08T10:43:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:05.331065+0000 mgr.smithi022.tswrql (mgr.14182) 473 : 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-12-08T10:43:06.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:07.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:06.479691+0000 mgr.smithi022.tswrql (mgr.14182) 474 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:07.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:06.479691+0000 mgr.smithi022.tswrql (mgr.14182) 474 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:07.889 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:08.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:07.331829+0000 mgr.smithi022.tswrql (mgr.14182) 475 : 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-12-08T10:43:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:07.331829+0000 mgr.smithi022.tswrql (mgr.14182) 475 : 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-12-08T10:43:09.347 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:09.348 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:09.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:10.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:09.332324+0000 mgr.smithi022.tswrql (mgr.14182) 476 : 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-12-08T10:43:10.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:09.341886+0000 mgr.smithi022.tswrql (mgr.14182) 477 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:09.332324+0000 mgr.smithi022.tswrql (mgr.14182) 476 : 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-12-08T10:43:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:09.341886+0000 mgr.smithi022.tswrql (mgr.14182) 477 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:10.788 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:12.328 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:12.328 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:12.712 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:11.332922+0000 mgr.smithi022.tswrql (mgr.14182) 478 : 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-12-08T10:43:12.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:11.332922+0000 mgr.smithi022.tswrql (mgr.14182) 478 : 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-12-08T10:43:13.738 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:13.773 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:12.322030+0000 mgr.smithi022.tswrql (mgr.14182) 479 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:13.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:12.322030+0000 mgr.smithi022.tswrql (mgr.14182) 479 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:14.694 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:13.333333+0000 mgr.smithi022.tswrql (mgr.14182) 480 : 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-12-08T10:43:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:13.333333+0000 mgr.smithi022.tswrql (mgr.14182) 480 : 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-12-08T10:43:15.324 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:15.324 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:15.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:16.784 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:15.318568+0000 mgr.smithi022.tswrql (mgr.14182) 481 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:15.333757+0000 mgr.smithi022.tswrql (mgr.14182) 482 : 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-12-08T10:43:16.819 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:15.318568+0000 mgr.smithi022.tswrql (mgr.14182) 481 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:16.819 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:15.333757+0000 mgr.smithi022.tswrql (mgr.14182) 482 : 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-12-08T10:43:18.320 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:18.320 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:18.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:17.334259+0000 mgr.smithi022.tswrql (mgr.14182) 483 : 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-12-08T10:43:18.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:17.334259+0000 mgr.smithi022.tswrql (mgr.14182) 483 : 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-12-08T10:43:19.718 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:19.755 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:18.314067+0000 mgr.smithi022.tswrql (mgr.14182) 484 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:19.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:18.314067+0000 mgr.smithi022.tswrql (mgr.14182) 484 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:19.334869+0000 mgr.smithi022.tswrql (mgr.14182) 485 : 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-12-08T10:43:20.833 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:19.334869+0000 mgr.smithi022.tswrql (mgr.14182) 485 : 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-12-08T10:43:21.266 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:21.266 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:21.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:22.678 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:22.712 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:21.258801+0000 mgr.smithi022.tswrql (mgr.14182) 486 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:22.712 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:21.335369+0000 mgr.smithi022.tswrql (mgr.14182) 487 : 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-12-08T10:43:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:21.258801+0000 mgr.smithi022.tswrql (mgr.14182) 486 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:21.335369+0000 mgr.smithi022.tswrql (mgr.14182) 487 : 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-12-08T10:43:24.255 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:24.255 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:24.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:23.335997+0000 mgr.smithi022.tswrql (mgr.14182) 488 : 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-12-08T10:43:24.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:23.335997+0000 mgr.smithi022.tswrql (mgr.14182) 488 : 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-12-08T10:43:25.677 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:25.711 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:24.248777+0000 mgr.smithi022.tswrql (mgr.14182) 489 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:25.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:24.248777+0000 mgr.smithi022.tswrql (mgr.14182) 489 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:25.336598+0000 mgr.smithi022.tswrql (mgr.14182) 490 : 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-12-08T10:43:26.836 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:25.336598+0000 mgr.smithi022.tswrql (mgr.14182) 490 : 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-12-08T10:43:27.265 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:27.265 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:27.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:28.669 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:28.704 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:27.259426+0000 mgr.smithi022.tswrql (mgr.14182) 491 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:28.705 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:27.337109+0000 mgr.smithi022.tswrql (mgr.14182) 492 : 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-12-08T10:43:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:27.259426+0000 mgr.smithi022.tswrql (mgr.14182) 491 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:27.337109+0000 mgr.smithi022.tswrql (mgr.14182) 492 : 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-12-08T10:43:30.100 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:29.337676+0000 mgr.smithi022.tswrql (mgr.14182) 493 : 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-12-08T10:43:30.245 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:30.245 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:29.337676+0000 mgr.smithi022.tswrql (mgr.14182) 493 : 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-12-08T10:43:30.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:30.239495+0000 mgr.smithi022.tswrql (mgr.14182) 494 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:31.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:30.239495+0000 mgr.smithi022.tswrql (mgr.14182) 494 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:31.650 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:31.338312+0000 mgr.smithi022.tswrql (mgr.14182) 495 : 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-12-08T10:43:32.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:31.338312+0000 mgr.smithi022.tswrql (mgr.14182) 495 : 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-12-08T10:43:33.145 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:33.145 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:33.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:34.559 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:34.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:33.139096+0000 mgr.smithi022.tswrql (mgr.14182) 496 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:34.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:33.338924+0000 mgr.smithi022.tswrql (mgr.14182) 497 : 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-12-08T10:43:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:33.139096+0000 mgr.smithi022.tswrql (mgr.14182) 496 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:34.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:33.338924+0000 mgr.smithi022.tswrql (mgr.14182) 497 : 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-12-08T10:43:36.125 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:36.125 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:36.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:35.339463+0000 mgr.smithi022.tswrql (mgr.14182) 498 : 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-12-08T10:43:36.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:35.339463+0000 mgr.smithi022.tswrql (mgr.14182) 498 : 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-12-08T10:43:37.567 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:36.119042+0000 mgr.smithi022.tswrql (mgr.14182) 499 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:37.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:36.119042+0000 mgr.smithi022.tswrql (mgr.14182) 499 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:38.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:37.340124+0000 mgr.smithi022.tswrql (mgr.14182) 500 : 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-12-08T10:43:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:37.340124+0000 mgr.smithi022.tswrql (mgr.14182) 500 : 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-12-08T10:43:39.165 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:39.165 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:39.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:39.159470+0000 mgr.smithi022.tswrql (mgr.14182) 501 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:39.340623+0000 mgr.smithi022.tswrql (mgr.14182) 502 : 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-12-08T10:43:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:39.159470+0000 mgr.smithi022.tswrql (mgr.14182) 501 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:39.340623+0000 mgr.smithi022.tswrql (mgr.14182) 502 : 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-12-08T10:43:40.592 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:42.121 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:42.121 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:42.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:41.341314+0000 mgr.smithi022.tswrql (mgr.14182) 503 : 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-12-08T10:43:42.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:41.341314+0000 mgr.smithi022.tswrql (mgr.14182) 503 : 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-12-08T10:43:43.566 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:42.114597+0000 mgr.smithi022.tswrql (mgr.14182) 504 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:43.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:42.114597+0000 mgr.smithi022.tswrql (mgr.14182) 504 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:44.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:43.342012+0000 mgr.smithi022.tswrql (mgr.14182) 505 : 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-12-08T10:43:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:43.342012+0000 mgr.smithi022.tswrql (mgr.14182) 505 : 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-12-08T10:43:45.167 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:45.167 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:45.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:46.600 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:45.160866+0000 mgr.smithi022.tswrql (mgr.14182) 506 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:45.342539+0000 mgr.smithi022.tswrql (mgr.14182) 507 : 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-12-08T10:43:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:45.160866+0000 mgr.smithi022.tswrql (mgr.14182) 506 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:45.342539+0000 mgr.smithi022.tswrql (mgr.14182) 507 : 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-12-08T10:43:48.172 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:48.172 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:48.574 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:47.343116+0000 mgr.smithi022.tswrql (mgr.14182) 508 : 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-12-08T10:43:48.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:47.343116+0000 mgr.smithi022.tswrql (mgr.14182) 508 : 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-12-08T10:43:49.607 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:48.166220+0000 mgr.smithi022.tswrql (mgr.14182) 509 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:49.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:48.166220+0000 mgr.smithi022.tswrql (mgr.14182) 509 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:50.762 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:49.343722+0000 mgr.smithi022.tswrql (mgr.14182) 510 : 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-12-08T10:43:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:49.343722+0000 mgr.smithi022.tswrql (mgr.14182) 510 : 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-12-08T10:43:51.166 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:51.166 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:51.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:52.606 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:51.160330+0000 mgr.smithi022.tswrql (mgr.14182) 511 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:52.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:51.344339+0000 mgr.smithi022.tswrql (mgr.14182) 512 : 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-12-08T10:43:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:51.160330+0000 mgr.smithi022.tswrql (mgr.14182) 511 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:51.344339+0000 mgr.smithi022.tswrql (mgr.14182) 512 : 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-12-08T10:43:54.188 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:54.188 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:54.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:53.344863+0000 mgr.smithi022.tswrql (mgr.14182) 513 : 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-12-08T10:43:54.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:53.344863+0000 mgr.smithi022.tswrql (mgr.14182) 513 : 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-12-08T10:43:55.640 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:55.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:54.182662+0000 mgr.smithi022.tswrql (mgr.14182) 514 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:54.182662+0000 mgr.smithi022.tswrql (mgr.14182) 514 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:55.345601+0000 mgr.smithi022.tswrql (mgr.14182) 515 : 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-12-08T10:43:56.845 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:55.345601+0000 mgr.smithi022.tswrql (mgr.14182) 515 : 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-12-08T10:43:57.280 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:43:57.280 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:43:57.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:43:58.687 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:43:58.722 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:43:57.275026+0000 mgr.smithi022.tswrql (mgr.14182) 516 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:58.722 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:43:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:57.346084+0000 mgr.smithi022.tswrql (mgr.14182) 517 : 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-12-08T10:43:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:43:57.275026+0000 mgr.smithi022.tswrql (mgr.14182) 516 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:43:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:43:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:57.346084+0000 mgr.smithi022.tswrql (mgr.14182) 517 : 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-12-08T10:44:00.099 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:43:59.346754+0000 mgr.smithi022.tswrql (mgr.14182) 518 : 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-12-08T10:44:00.218 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:00.219 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:00.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:43:59.346754+0000 mgr.smithi022.tswrql (mgr.14182) 518 : 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-12-08T10:44:00.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:01.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:00.213466+0000 mgr.smithi022.tswrql (mgr.14182) 519 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:01.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:00.213466+0000 mgr.smithi022.tswrql (mgr.14182) 519 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:01.613 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:02.017 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:01.347381+0000 mgr.smithi022.tswrql (mgr.14182) 520 : 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-12-08T10:44:02.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:01.347381+0000 mgr.smithi022.tswrql (mgr.14182) 520 : 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-12-08T10:44:03.189 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:03.190 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:03.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:04.620 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:04.656 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:03.182744+0000 mgr.smithi022.tswrql (mgr.14182) 521 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:04.656 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:03.347872+0000 mgr.smithi022.tswrql (mgr.14182) 522 : 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-12-08T10:44:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:03.182744+0000 mgr.smithi022.tswrql (mgr.14182) 521 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:03.347872+0000 mgr.smithi022.tswrql (mgr.14182) 522 : 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-12-08T10:44:06.221 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:06.222 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:06.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:05.348428+0000 mgr.smithi022.tswrql (mgr.14182) 523 : 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-12-08T10:44:06.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:05.348428+0000 mgr.smithi022.tswrql (mgr.14182) 523 : 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-12-08T10:44:07.712 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:07.746 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:06.215697+0000 mgr.smithi022.tswrql (mgr.14182) 524 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:07.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:06.215697+0000 mgr.smithi022.tswrql (mgr.14182) 524 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:08.668 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:07.348943+0000 mgr.smithi022.tswrql (mgr.14182) 525 : 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-12-08T10:44:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:07.348943+0000 mgr.smithi022.tswrql (mgr.14182) 525 : 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-12-08T10:44:09.308 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:09.308 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:09.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:09.302565+0000 mgr.smithi022.tswrql (mgr.14182) 526 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:09.349385+0000 mgr.smithi022.tswrql (mgr.14182) 527 : 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-12-08T10:44:10.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:09.302565+0000 mgr.smithi022.tswrql (mgr.14182) 526 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:10.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:09.349385+0000 mgr.smithi022.tswrql (mgr.14182) 527 : 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-12-08T10:44:10.786 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:12.364 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:12.364 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:12.784 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:11.349983+0000 mgr.smithi022.tswrql (mgr.14182) 528 : 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-12-08T10:44:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:11.349983+0000 mgr.smithi022.tswrql (mgr.14182) 528 : 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-12-08T10:44:12.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:13.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:12.358945+0000 mgr.smithi022.tswrql (mgr.14182) 529 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:13.810 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:13.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:12.358945+0000 mgr.smithi022.tswrql (mgr.14182) 529 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:14.547 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:13.350431+0000 mgr.smithi022.tswrql (mgr.14182) 530 : 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-12-08T10:44:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:13.350431+0000 mgr.smithi022.tswrql (mgr.14182) 530 : 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-12-08T10:44:15.320 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:15.320 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:15.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:16.735 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:16.769 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:15.314345+0000 mgr.smithi022.tswrql (mgr.14182) 531 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:16.769 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:15.351063+0000 mgr.smithi022.tswrql (mgr.14182) 532 : 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-12-08T10:44:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:15.314345+0000 mgr.smithi022.tswrql (mgr.14182) 531 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:15.351063+0000 mgr.smithi022.tswrql (mgr.14182) 532 : 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-12-08T10:44:18.330 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:18.331 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:18.767 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:17.351698+0000 mgr.smithi022.tswrql (mgr.14182) 533 : 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-12-08T10:44:18.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:17.351698+0000 mgr.smithi022.tswrql (mgr.14182) 533 : 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-12-08T10:44:19.792 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:19.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:18.324565+0000 mgr.smithi022.tswrql (mgr.14182) 534 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:19.827 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:18.324565+0000 mgr.smithi022.tswrql (mgr.14182) 534 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:19.352316+0000 mgr.smithi022.tswrql (mgr.14182) 535 : 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-12-08T10:44:20.802 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:19.352316+0000 mgr.smithi022.tswrql (mgr.14182) 535 : 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-12-08T10:44:21.389 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:21.389 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:21.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:21.352871+0000 mgr.smithi022.tswrql (mgr.14182) 536 : 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-12-08T10:44:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:21.384087+0000 mgr.smithi022.tswrql (mgr.14182) 537 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:22.820 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:22.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:21.352871+0000 mgr.smithi022.tswrql (mgr.14182) 536 : 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-12-08T10:44:22.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:21.384087+0000 mgr.smithi022.tswrql (mgr.14182) 537 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:24.365 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:24.365 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:23.353358+0000 mgr.smithi022.tswrql (mgr.14182) 538 : 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-12-08T10:44:24.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:23.353358+0000 mgr.smithi022.tswrql (mgr.14182) 538 : 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-12-08T10:44:25.793 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:25.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:24.359538+0000 mgr.smithi022.tswrql (mgr.14182) 539 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:25.830 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:24.359538+0000 mgr.smithi022.tswrql (mgr.14182) 539 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:25.354085+0000 mgr.smithi022.tswrql (mgr.14182) 540 : 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-12-08T10:44:26.807 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:25.354085+0000 mgr.smithi022.tswrql (mgr.14182) 540 : 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-12-08T10:44:27.384 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:27.384 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:27.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:27.354556+0000 mgr.smithi022.tswrql (mgr.14182) 541 : 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-12-08T10:44:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:27.377894+0000 mgr.smithi022.tswrql (mgr.14182) 542 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:28.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:27.354556+0000 mgr.smithi022.tswrql (mgr.14182) 541 : 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-12-08T10:44:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:27.377894+0000 mgr.smithi022.tswrql (mgr.14182) 542 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:28.933 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:29.355099+0000 mgr.smithi022.tswrql (mgr.14182) 543 : 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-12-08T10:44:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:29.355099+0000 mgr.smithi022.tswrql (mgr.14182) 543 : 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-12-08T10:44:30.536 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:30.537 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:31.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:30.530424+0000 mgr.smithi022.tswrql (mgr.14182) 544 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:31.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:30.530424+0000 mgr.smithi022.tswrql (mgr.14182) 544 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:32.001 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:32.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:31.355983+0000 mgr.smithi022.tswrql (mgr.14182) 545 : 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-12-08T10:44:32.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:31.355983+0000 mgr.smithi022.tswrql (mgr.14182) 545 : 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-12-08T10:44:33.603 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:33.603 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:34.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:34.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:33.356455+0000 mgr.smithi022.tswrql (mgr.14182) 546 : 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-12-08T10:44:34.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:33.597140+0000 mgr.smithi022.tswrql (mgr.14182) 547 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:33.356455+0000 mgr.smithi022.tswrql (mgr.14182) 546 : 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-12-08T10:44:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:33.597140+0000 mgr.smithi022.tswrql (mgr.14182) 547 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:35.066 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:36.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:35.357026+0000 mgr.smithi022.tswrql (mgr.14182) 548 : 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-12-08T10:44:36.639 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:36.639 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:36:54.041022Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:35.357026+0000 mgr.smithi022.tswrql (mgr.14182) 548 : 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-12-08T10:44:37.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:36.633951+0000 mgr.smithi022.tswrql (mgr.14182) 549 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:37.042549+0000 mon.smithi022 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.sbnklt"}]: dispatch 2023-12-08T10:44:37.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:36.633951+0000 mgr.smithi022.tswrql (mgr.14182) 549 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:37.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:37.042549+0000 mon.smithi022 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.sbnklt"}]: dispatch 2023-12-08T10:44:38.064 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:38.686 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:44:37.041902+0000 mgr.smithi022.tswrql (mgr.14182) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.687 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:44:38.688 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:44:37.042100+0000 mgr.smithi022.tswrql (mgr.14182) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.689 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:44:37.043381+0000 mgr.smithi022.tswrql (mgr.14182) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:44:37.045187+0000 mgr.smithi022.tswrql (mgr.14182) 553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.vcrvfc on smithi022 2023-12-08T10:44:38.690 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:37.357496+0000 mgr.smithi022.tswrql (mgr.14182) 554 : 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-12-08T10:44:38.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:44:37.041902+0000 mgr.smithi022.tswrql (mgr.14182) 550 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:44:38.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:44:37.042100+0000 mgr.smithi022.tswrql (mgr.14182) 551 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:44:37.043381+0000 mgr.smithi022.tswrql (mgr.14182) 552 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.sbnklt ... 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:42:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:43:59Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:44:37.045187+0000 mgr.smithi022.tswrql (mgr.14182) 553 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.vcrvfc on smithi022 2023-12-08T10:44:38.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:37.357496+0000 mgr.smithi022.tswrql (mgr.14182) 554 : 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-12-08T10:44:39.738 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:39.739 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:40.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:39.358118+0000 mgr.smithi022.tswrql (mgr.14182) 555 : 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-12-08T10:44:40.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:39.732643+0000 mgr.smithi022.tswrql (mgr.14182) 556 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:40.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:39.358118+0000 mgr.smithi022.tswrql (mgr.14182) 555 : 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-12-08T10:44:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:39.732643+0000 mgr.smithi022.tswrql (mgr.14182) 556 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:41.139 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:42.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:41.358682+0000 mgr.smithi022.tswrql (mgr.14182) 557 : 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-12-08T10:44:42.644 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:42.644 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:41.358682+0000 mgr.smithi022.tswrql (mgr.14182) 557 : 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-12-08T10:44:43.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:42.638644+0000 mgr.smithi022.tswrql (mgr.14182) 558 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:43.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:42.638644+0000 mgr.smithi022.tswrql (mgr.14182) 558 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:44.046 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:43.359253+0000 mgr.smithi022.tswrql (mgr.14182) 559 : 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-12-08T10:44:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:43.359253+0000 mgr.smithi022.tswrql (mgr.14182) 559 : 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-12-08T10:44:45.617 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:45.617 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:46.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:45.359913+0000 mgr.smithi022.tswrql (mgr.14182) 560 : 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-12-08T10:44:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:45.611656+0000 mgr.smithi022.tswrql (mgr.14182) 561 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:45.359913+0000 mgr.smithi022.tswrql (mgr.14182) 560 : 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-12-08T10:44:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:45.611656+0000 mgr.smithi022.tswrql (mgr.14182) 561 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:47.088 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:48.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:47.360480+0000 mgr.smithi022.tswrql (mgr.14182) 562 : 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-12-08T10:44:48.630 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:48.631 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:47.360480+0000 mgr.smithi022.tswrql (mgr.14182) 562 : 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-12-08T10:44:49.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:48.624368+0000 mgr.smithi022.tswrql (mgr.14182) 563 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:49.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:48.624368+0000 mgr.smithi022.tswrql (mgr.14182) 563 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:50.080 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:49.361260+0000 mgr.smithi022.tswrql (mgr.14182) 564 : 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-12-08T10:44:50.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:49.361260+0000 mgr.smithi022.tswrql (mgr.14182) 564 : 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-12-08T10:44:51.670 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:51.670 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:52.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:51.361903+0000 mgr.smithi022.tswrql (mgr.14182) 565 : 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-12-08T10:44:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:51.664915+0000 mgr.smithi022.tswrql (mgr.14182) 566 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:51.361903+0000 mgr.smithi022.tswrql (mgr.14182) 565 : 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-12-08T10:44:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:51.664915+0000 mgr.smithi022.tswrql (mgr.14182) 566 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:53.121 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:54.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:53.362376+0000 mgr.smithi022.tswrql (mgr.14182) 567 : 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-12-08T10:44:54.779 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:54.780 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:53.362376+0000 mgr.smithi022.tswrql (mgr.14182) 567 : 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-12-08T10:44:55.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:55.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:54.774145+0000 mgr.smithi022.tswrql (mgr.14182) 568 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:54.774145+0000 mgr.smithi022.tswrql (mgr.14182) 568 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:56.227 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:44:56.588 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:55.363065+0000 mgr.smithi022.tswrql (mgr.14182) 569 : 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-12-08T10:44:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:55.363065+0000 mgr.smithi022.tswrql (mgr.14182) 569 : 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-12-08T10:44:57.809 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:44:57.809 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:44:58.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:44:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:57.363777+0000 mgr.smithi022.tswrql (mgr.14182) 570 : 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-12-08T10:44:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:44:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:44:57.803115+0000 mgr.smithi022.tswrql (mgr.14182) 571 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:57.363777+0000 mgr.smithi022.tswrql (mgr.14182) 570 : 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-12-08T10:44:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:44:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:44:57.803115+0000 mgr.smithi022.tswrql (mgr.14182) 571 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:44:59.219 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:00.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:44:59.364215+0000 mgr.smithi022.tswrql (mgr.14182) 572 : 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-12-08T10:45:00.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:44:59.364215+0000 mgr.smithi022.tswrql (mgr.14182) 572 : 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-12-08T10:45:00.815 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:00.815 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:01.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:00.809374+0000 mgr.smithi022.tswrql (mgr.14182) 573 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:01.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:01.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:00.809374+0000 mgr.smithi022.tswrql (mgr.14182) 573 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:02.266 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:02.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:01.364836+0000 mgr.smithi022.tswrql (mgr.14182) 574 : 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-12-08T10:45:02.302 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:01.364836+0000 mgr.smithi022.tswrql (mgr.14182) 574 : 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-12-08T10:45:03.823 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:03.823 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:04.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:03.365289+0000 mgr.smithi022.tswrql (mgr.14182) 575 : 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-12-08T10:45:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:03.817909+0000 mgr.smithi022.tswrql (mgr.14182) 576 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:03.365289+0000 mgr.smithi022.tswrql (mgr.14182) 575 : 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-12-08T10:45:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:03.817909+0000 mgr.smithi022.tswrql (mgr.14182) 576 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:05.339 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:05.365905+0000 mgr.smithi022.tswrql (mgr.14182) 577 : 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-12-08T10:45:06.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:05.365905+0000 mgr.smithi022.tswrql (mgr.14182) 577 : 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-12-08T10:45:06.866 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:06.866 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:07.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:07.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:06.860701+0000 mgr.smithi022.tswrql (mgr.14182) 578 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:07.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:06.860701+0000 mgr.smithi022.tswrql (mgr.14182) 578 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:08.293 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:08.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:07.366438+0000 mgr.smithi022.tswrql (mgr.14182) 579 : 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-12-08T10:45:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:07.366438+0000 mgr.smithi022.tswrql (mgr.14182) 579 : 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-12-08T10:45:09.834 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:09.834 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:10.125 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:09.366932+0000 mgr.smithi022.tswrql (mgr.14182) 580 : 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-12-08T10:45:10.125 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:09.828324+0000 mgr.smithi022.tswrql (mgr.14182) 581 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:10.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:09.366932+0000 mgr.smithi022.tswrql (mgr.14182) 580 : 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-12-08T10:45:10.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:09.828324+0000 mgr.smithi022.tswrql (mgr.14182) 581 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:11.226 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:11.367604+0000 mgr.smithi022.tswrql (mgr.14182) 582 : 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-12-08T10:45:12.824 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:12.824 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:12.846 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:11.367604+0000 mgr.smithi022.tswrql (mgr.14182) 582 : 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-12-08T10:45:13.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:13.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:12.818062+0000 mgr.smithi022.tswrql (mgr.14182) 583 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:13.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:12.818062+0000 mgr.smithi022.tswrql (mgr.14182) 583 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:14.269 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:14.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:13.368533+0000 mgr.smithi022.tswrql (mgr.14182) 584 : 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-12-08T10:45:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:13.368533+0000 mgr.smithi022.tswrql (mgr.14182) 584 : 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-12-08T10:45:15.858 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:15.858 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:16.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:16.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:15.369265+0000 mgr.smithi022.tswrql (mgr.14182) 585 : 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-12-08T10:45:16.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:15.852274+0000 mgr.smithi022.tswrql (mgr.14182) 586 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:15.369265+0000 mgr.smithi022.tswrql (mgr.14182) 585 : 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-12-08T10:45:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:15.852274+0000 mgr.smithi022.tswrql (mgr.14182) 586 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:17.285 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:17.369994+0000 mgr.smithi022.tswrql (mgr.14182) 587 : 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-12-08T10:45:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:17.369994+0000 mgr.smithi022.tswrql (mgr.14182) 587 : 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-12-08T10:45:18.853 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:18.853 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:19.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:19.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:18.847765+0000 mgr.smithi022.tswrql (mgr.14182) 588 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:19.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:18.847765+0000 mgr.smithi022.tswrql (mgr.14182) 588 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:20.274 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:20.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:19.370626+0000 mgr.smithi022.tswrql (mgr.14182) 589 : 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-12-08T10:45:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:19.370626+0000 mgr.smithi022.tswrql (mgr.14182) 589 : 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-12-08T10:45:21.801 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:21.801 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:22.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:21.371823+0000 mgr.smithi022.tswrql (mgr.14182) 590 : 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-12-08T10:45:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:21.794857+0000 mgr.smithi022.tswrql (mgr.14182) 591 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:21.371823+0000 mgr.smithi022.tswrql (mgr.14182) 590 : 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-12-08T10:45:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:21.794857+0000 mgr.smithi022.tswrql (mgr.14182) 591 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:23.226 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:24.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:23.372243+0000 mgr.smithi022.tswrql (mgr.14182) 592 : 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-12-08T10:45:24.792 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:24.792 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:23.372243+0000 mgr.smithi022.tswrql (mgr.14182) 592 : 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-12-08T10:45:25.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:25.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:24.786188+0000 mgr.smithi022.tswrql (mgr.14182) 593 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:25.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:24.786188+0000 mgr.smithi022.tswrql (mgr.14182) 593 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:26.281 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:26.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:25.372796+0000 mgr.smithi022.tswrql (mgr.14182) 594 : 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-12-08T10:45:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:25.372796+0000 mgr.smithi022.tswrql (mgr.14182) 594 : 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-12-08T10:45:27.788 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:27.788 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:28.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:27.373392+0000 mgr.smithi022.tswrql (mgr.14182) 595 : 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-12-08T10:45:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:27.782394+0000 mgr.smithi022.tswrql (mgr.14182) 596 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:27.373392+0000 mgr.smithi022.tswrql (mgr.14182) 595 : 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-12-08T10:45:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:27.782394+0000 mgr.smithi022.tswrql (mgr.14182) 596 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:29.190 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:30.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:29.373831+0000 mgr.smithi022.tswrql (mgr.14182) 597 : 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-12-08T10:45:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:29.373831+0000 mgr.smithi022.tswrql (mgr.14182) 597 : 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-12-08T10:45:30.780 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:30.780 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:31.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:30.774895+0000 mgr.smithi022.tswrql (mgr.14182) 598 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:31.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:31.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:30.774895+0000 mgr.smithi022.tswrql (mgr.14182) 598 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:32.256 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:32.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:31.374427+0000 mgr.smithi022.tswrql (mgr.14182) 599 : 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-12-08T10:45:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:31.374427+0000 mgr.smithi022.tswrql (mgr.14182) 599 : 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-12-08T10:45:33.845 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:33.845 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:34.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:33.375002+0000 mgr.smithi022.tswrql (mgr.14182) 600 : 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-12-08T10:45:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:33.838982+0000 mgr.smithi022.tswrql (mgr.14182) 601 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:33.375002+0000 mgr.smithi022.tswrql (mgr.14182) 600 : 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-12-08T10:45:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:33.838982+0000 mgr.smithi022.tswrql (mgr.14182) 601 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:35.332 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:35.375682+0000 mgr.smithi022.tswrql (mgr.14182) 602 : 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-12-08T10:45:36.834 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:36.834 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:35.375682+0000 mgr.smithi022.tswrql (mgr.14182) 602 : 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-12-08T10:45:37.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:36.828991+0000 mgr.smithi022.tswrql (mgr.14182) 603 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:37.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:36.828991+0000 mgr.smithi022.tswrql (mgr.14182) 603 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:38.239 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:38.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:37.376522+0000 mgr.smithi022.tswrql (mgr.14182) 604 : 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-12-08T10:45:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:37.376522+0000 mgr.smithi022.tswrql (mgr.14182) 604 : 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-12-08T10:45:39.725 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:39.725 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:40.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:39.377053+0000 mgr.smithi022.tswrql (mgr.14182) 605 : 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-12-08T10:45:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:39.719744+0000 mgr.smithi022.tswrql (mgr.14182) 606 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:39.377053+0000 mgr.smithi022.tswrql (mgr.14182) 605 : 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-12-08T10:45:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:39.719744+0000 mgr.smithi022.tswrql (mgr.14182) 606 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:41.154 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:42.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:41.377590+0000 mgr.smithi022.tswrql (mgr.14182) 607 : 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-12-08T10:45:42.721 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:42.721 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:41.377590+0000 mgr.smithi022.tswrql (mgr.14182) 607 : 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-12-08T10:45:43.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:42.715936+0000 mgr.smithi022.tswrql (mgr.14182) 608 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:43.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:42.715936+0000 mgr.smithi022.tswrql (mgr.14182) 608 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:44.179 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:44.530 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:43.378207+0000 mgr.smithi022.tswrql (mgr.14182) 609 : 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-12-08T10:45:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:43.378207+0000 mgr.smithi022.tswrql (mgr.14182) 609 : 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-12-08T10:45:45.694 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:45.694 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:46.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:45.378871+0000 mgr.smithi022.tswrql (mgr.14182) 610 : 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-12-08T10:45:46.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:45.688519+0000 mgr.smithi022.tswrql (mgr.14182) 611 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:46.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:45.378871+0000 mgr.smithi022.tswrql (mgr.14182) 610 : 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-12-08T10:45:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:45.688519+0000 mgr.smithi022.tswrql (mgr.14182) 611 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:47.093 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:48.563 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:48.563 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:47.379366+0000 mgr.smithi022.tswrql (mgr.14182) 612 : 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-12-08T10:45:48.822 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:47.379366+0000 mgr.smithi022.tswrql (mgr.14182) 612 : 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-12-08T10:45:49.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:48.557633+0000 mgr.smithi022.tswrql (mgr.14182) 613 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:49.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:48.557633+0000 mgr.smithi022.tswrql (mgr.14182) 613 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:50.020 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:49.379851+0000 mgr.smithi022.tswrql (mgr.14182) 614 : 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-12-08T10:45:50.831 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:49.379851+0000 mgr.smithi022.tswrql (mgr.14182) 614 : 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-12-08T10:45:51.590 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:51.590 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:52.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:51.380370+0000 mgr.smithi022.tswrql (mgr.14182) 615 : 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-12-08T10:45:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:51.584341+0000 mgr.smithi022.tswrql (mgr.14182) 616 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:51.380370+0000 mgr.smithi022.tswrql (mgr.14182) 615 : 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-12-08T10:45:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:51.584341+0000 mgr.smithi022.tswrql (mgr.14182) 616 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:53.021 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:53.380939+0000 mgr.smithi022.tswrql (mgr.14182) 617 : 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-12-08T10:45:54.693 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:54.694 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:53.380939+0000 mgr.smithi022.tswrql (mgr.14182) 617 : 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-12-08T10:45:55.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:54.687413+0000 mgr.smithi022.tswrql (mgr.14182) 618 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:55.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:54.687413+0000 mgr.smithi022.tswrql (mgr.14182) 618 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:56.151 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:45:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:55.381598+0000 mgr.smithi022.tswrql (mgr.14182) 619 : 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-12-08T10:45:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:55.381598+0000 mgr.smithi022.tswrql (mgr.14182) 619 : 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-12-08T10:45:57.704 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:45:57.704 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:45:58.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:45:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:57.382346+0000 mgr.smithi022.tswrql (mgr.14182) 620 : 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-12-08T10:45:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:45:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:45:57.697963+0000 mgr.smithi022.tswrql (mgr.14182) 621 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:58.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:57.382346+0000 mgr.smithi022.tswrql (mgr.14182) 620 : 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-12-08T10:45:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:45:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:45:57.697963+0000 mgr.smithi022.tswrql (mgr.14182) 621 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:45:59.061 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:45:59.382931+0000 mgr.smithi022.tswrql (mgr.14182) 622 : 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-12-08T10:46:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:45:59.382931+0000 mgr.smithi022.tswrql (mgr.14182) 622 : 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-12-08T10:46:00.555 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:00.555 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:00.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:01.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:00.550111+0000 mgr.smithi022.tswrql (mgr.14182) 623 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:00.550111+0000 mgr.smithi022.tswrql (mgr.14182) 623 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:01.994 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:02.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:01.383891+0000 mgr.smithi022.tswrql (mgr.14182) 624 : 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-12-08T10:46:02.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:01.383891+0000 mgr.smithi022.tswrql (mgr.14182) 624 : 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-12-08T10:46:03.540 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:03.540 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:03.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:03.384336+0000 mgr.smithi022.tswrql (mgr.14182) 625 : 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-12-08T10:46:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:03.534271+0000 mgr.smithi022.tswrql (mgr.14182) 626 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:03.384336+0000 mgr.smithi022.tswrql (mgr.14182) 625 : 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-12-08T10:46:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:03.534271+0000 mgr.smithi022.tswrql (mgr.14182) 626 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:04.960 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:06.498 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:06.498 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:05.384930+0000 mgr.smithi022.tswrql (mgr.14182) 627 : 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-12-08T10:46:06.841 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:05.384930+0000 mgr.smithi022.tswrql (mgr.14182) 627 : 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-12-08T10:46:06.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:07.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:06.492655+0000 mgr.smithi022.tswrql (mgr.14182) 628 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:07.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:06.492655+0000 mgr.smithi022.tswrql (mgr.14182) 628 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:07.892 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:08.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:07.385527+0000 mgr.smithi022.tswrql (mgr.14182) 629 : 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-12-08T10:46:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:07.385527+0000 mgr.smithi022.tswrql (mgr.14182) 629 : 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-12-08T10:46:09.506 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:09.506 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:09.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:10.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:09.385996+0000 mgr.smithi022.tswrql (mgr.14182) 630 : 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-12-08T10:46:10.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:09.500559+0000 mgr.smithi022.tswrql (mgr.14182) 631 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:09.385996+0000 mgr.smithi022.tswrql (mgr.14182) 630 : 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-12-08T10:46:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:09.500559+0000 mgr.smithi022.tswrql (mgr.14182) 631 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:10.953 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:12.537 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:12.537 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:12.777 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:11.386601+0000 mgr.smithi022.tswrql (mgr.14182) 632 : 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-12-08T10:46:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:11.386601+0000 mgr.smithi022.tswrql (mgr.14182) 632 : 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-12-08T10:46:12.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:13.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:12.531084+0000 mgr.smithi022.tswrql (mgr.14182) 633 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:12.531084+0000 mgr.smithi022.tswrql (mgr.14182) 633 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:13.943 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:14.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:13.387203+0000 mgr.smithi022.tswrql (mgr.14182) 634 : 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-12-08T10:46:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:13.387203+0000 mgr.smithi022.tswrql (mgr.14182) 634 : 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-12-08T10:46:15.426 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:15.426 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:15.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:15.387727+0000 mgr.smithi022.tswrql (mgr.14182) 635 : 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-12-08T10:46:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:15.420328+0000 mgr.smithi022.tswrql (mgr.14182) 636 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:16.832 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:16.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:15.387727+0000 mgr.smithi022.tswrql (mgr.14182) 635 : 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-12-08T10:46:16.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:15.420328+0000 mgr.smithi022.tswrql (mgr.14182) 636 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:18.369 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:18.369 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:18.768 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:17.388460+0000 mgr.smithi022.tswrql (mgr.14182) 637 : 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-12-08T10:46:18.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:17.388460+0000 mgr.smithi022.tswrql (mgr.14182) 637 : 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-12-08T10:46:19.794 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:19.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:18.363178+0000 mgr.smithi022.tswrql (mgr.14182) 638 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:19.828 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:18.363178+0000 mgr.smithi022.tswrql (mgr.14182) 638 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:20.713 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:19.389187+0000 mgr.smithi022.tswrql (mgr.14182) 639 : 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-12-08T10:46:20.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:19.389187+0000 mgr.smithi022.tswrql (mgr.14182) 639 : 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-12-08T10:46:21.305 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:21.306 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:21.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:22.658 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:21.300424+0000 mgr.smithi022.tswrql (mgr.14182) 640 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:21.389896+0000 mgr.smithi022.tswrql (mgr.14182) 641 : 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-12-08T10:46:22.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:21.300424+0000 mgr.smithi022.tswrql (mgr.14182) 640 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:22.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:21.389896+0000 mgr.smithi022.tswrql (mgr.14182) 641 : 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-12-08T10:46:24.132 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:24.132 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:24.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:23.390326+0000 mgr.smithi022.tswrql (mgr.14182) 642 : 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-12-08T10:46:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:23.390326+0000 mgr.smithi022.tswrql (mgr.14182) 642 : 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-12-08T10:46:25.530 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:25.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:24.126853+0000 mgr.smithi022.tswrql (mgr.14182) 643 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:25.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:24.126853+0000 mgr.smithi022.tswrql (mgr.14182) 643 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:26.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:25.390895+0000 mgr.smithi022.tswrql (mgr.14182) 644 : 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-12-08T10:46:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:25.390895+0000 mgr.smithi022.tswrql (mgr.14182) 644 : 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-12-08T10:46:27.081 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:27.081 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:27.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:28.504 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:27.075565+0000 mgr.smithi022.tswrql (mgr.14182) 645 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:27.391748+0000 mgr.smithi022.tswrql (mgr.14182) 646 : 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-12-08T10:46:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:27.075565+0000 mgr.smithi022.tswrql (mgr.14182) 645 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:27.391748+0000 mgr.smithi022.tswrql (mgr.14182) 646 : 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-12-08T10:46:30.050 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:30.051 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:29.392259+0000 mgr.smithi022.tswrql (mgr.14182) 647 : 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-12-08T10:46:30.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:29.392259+0000 mgr.smithi022.tswrql (mgr.14182) 647 : 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-12-08T10:46:31.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:30.044794+0000 mgr.smithi022.tswrql (mgr.14182) 648 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:31.489 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:31.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:30.044794+0000 mgr.smithi022.tswrql (mgr.14182) 648 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:32.249 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:31.392949+0000 mgr.smithi022.tswrql (mgr.14182) 649 : 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-12-08T10:46:32.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:31.392949+0000 mgr.smithi022.tswrql (mgr.14182) 649 : 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-12-08T10:46:33.031 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:33.032 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:33.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:34.479 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:34.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:33.026051+0000 mgr.smithi022.tswrql (mgr.14182) 650 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:34.760 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:33.393417+0000 mgr.smithi022.tswrql (mgr.14182) 651 : 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-12-08T10:46:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:33.026051+0000 mgr.smithi022.tswrql (mgr.14182) 650 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:33.393417+0000 mgr.smithi022.tswrql (mgr.14182) 651 : 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-12-08T10:46:36.085 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:36.085 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:36.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:35.394008+0000 mgr.smithi022.tswrql (mgr.14182) 652 : 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-12-08T10:46:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:35.394008+0000 mgr.smithi022.tswrql (mgr.14182) 652 : 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-12-08T10:46:37.549 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:36.078855+0000 mgr.smithi022.tswrql (mgr.14182) 653 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:37.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:36.078855+0000 mgr.smithi022.tswrql (mgr.14182) 653 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:38.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:37.394705+0000 mgr.smithi022.tswrql (mgr.14182) 654 : 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-12-08T10:46:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:37.394705+0000 mgr.smithi022.tswrql (mgr.14182) 654 : 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-12-08T10:46:39.042 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:39.043 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:39.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:40.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:39.037093+0000 mgr.smithi022.tswrql (mgr.14182) 655 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:39.395188+0000 mgr.smithi022.tswrql (mgr.14182) 656 : 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-12-08T10:46:40.453 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:39.037093+0000 mgr.smithi022.tswrql (mgr.14182) 655 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:39.395188+0000 mgr.smithi022.tswrql (mgr.14182) 656 : 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-12-08T10:46:41.962 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:41.962 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:42.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:41.395805+0000 mgr.smithi022.tswrql (mgr.14182) 657 : 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-12-08T10:46:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:41.395805+0000 mgr.smithi022.tswrql (mgr.14182) 657 : 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-12-08T10:46:43.422 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:43.797 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:41.955213+0000 mgr.smithi022.tswrql (mgr.14182) 658 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:41.955213+0000 mgr.smithi022.tswrql (mgr.14182) 658 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:44.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:43.396259+0000 mgr.smithi022.tswrql (mgr.14182) 659 : 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-12-08T10:46:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:43.396259+0000 mgr.smithi022.tswrql (mgr.14182) 659 : 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-12-08T10:46:45.025 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:45.026 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:45.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:46.471 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:45.020044+0000 mgr.smithi022.tswrql (mgr.14182) 660 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:45.396943+0000 mgr.smithi022.tswrql (mgr.14182) 661 : 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-12-08T10:46:46.828 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:45.020044+0000 mgr.smithi022.tswrql (mgr.14182) 660 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:46.829 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:45.396943+0000 mgr.smithi022.tswrql (mgr.14182) 661 : 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-12-08T10:46:47.996 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:47.996 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:48.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:47.397642+0000 mgr.smithi022.tswrql (mgr.14182) 662 : 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-12-08T10:46:48.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:47.397642+0000 mgr.smithi022.tswrql (mgr.14182) 662 : 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-12-08T10:46:49.434 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:47.990466+0000 mgr.smithi022.tswrql (mgr.14182) 663 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:49.802 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:47.990466+0000 mgr.smithi022.tswrql (mgr.14182) 663 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:50.582 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:49.398171+0000 mgr.smithi022.tswrql (mgr.14182) 664 : 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-12-08T10:46:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:49.398171+0000 mgr.smithi022.tswrql (mgr.14182) 664 : 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-12-08T10:46:50.985 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:50.986 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:51.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:52.469 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:50.980047+0000 mgr.smithi022.tswrql (mgr.14182) 665 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:51.398770+0000 mgr.smithi022.tswrql (mgr.14182) 666 : 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-12-08T10:46:52.835 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:50.980047+0000 mgr.smithi022.tswrql (mgr.14182) 665 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:52.836 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:51.398770+0000 mgr.smithi022.tswrql (mgr.14182) 666 : 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-12-08T10:46:54.068 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:54.068 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:54.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:54.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:53.399460+0000 mgr.smithi022.tswrql (mgr.14182) 667 : 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-12-08T10:46:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:53.399460+0000 mgr.smithi022.tswrql (mgr.14182) 667 : 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-12-08T10:46:55.468 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:54.062391+0000 mgr.smithi022.tswrql (mgr.14182) 668 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:55.826 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:54.062391+0000 mgr.smithi022.tswrql (mgr.14182) 668 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:55.400102+0000 mgr.smithi022.tswrql (mgr.14182) 669 : 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-12-08T10:46:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:55.400102+0000 mgr.smithi022.tswrql (mgr.14182) 669 : 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-12-08T10:46:56.958 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:56.958 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:46:57.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:46:57.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:56.952952+0000 mgr.smithi022.tswrql (mgr.14182) 670 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:56.952952+0000 mgr.smithi022.tswrql (mgr.14182) 670 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:46:58.343 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:46:58.719 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:46:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:57.400916+0000 mgr.smithi022.tswrql (mgr.14182) 671 : 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-12-08T10:46:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:46:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:57.400916+0000 mgr.smithi022.tswrql (mgr.14182) 671 : 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-12-08T10:46:59.918 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:46:59.918 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:46:59.401493+0000 mgr.smithi022.tswrql (mgr.14182) 672 : 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-12-08T10:47:00.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:46:59.912599+0000 mgr.smithi022.tswrql (mgr.14182) 673 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:00.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:46:59.401493+0000 mgr.smithi022.tswrql (mgr.14182) 672 : 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-12-08T10:47:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:46:59.912599+0000 mgr.smithi022.tswrql (mgr.14182) 673 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:01.382 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:02.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:01.402105+0000 mgr.smithi022.tswrql (mgr.14182) 674 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:01.402105+0000 mgr.smithi022.tswrql (mgr.14182) 674 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:03.003 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:03.004 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:03.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:04.457 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:02.998030+0000 mgr.smithi022.tswrql (mgr.14182) 675 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:03.402835+0000 mgr.smithi022.tswrql (mgr.14182) 676 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:02.998030+0000 mgr.smithi022.tswrql (mgr.14182) 675 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:03.402835+0000 mgr.smithi022.tswrql (mgr.14182) 676 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:05.999 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:06.000 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:03.955254Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:39:32.932252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zssrfn on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zssrfn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zssrfn\nDeploy daemon haproxy.nfs.foo.smithi069.zssrfn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:37:40Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:17Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.592209Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.gckssf on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-gckssf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.gckssf\nDeploy daemon haproxy.nfs.foo.smithi022.gckssf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:40:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:40:47Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:41:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:42:02.597310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.gjxefg on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:03.955930Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:03.955417Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:03.955499Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:03.955571Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:03.955641Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:06.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:05.403417+0000 mgr.smithi022.tswrql (mgr.14182) 677 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:06.393722+0000 mon.smithi022 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.vcrvfc"}]: dispatch 2023-12-08T10:47:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:06.402431+0000 mon.smithi022 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:06.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:05.403417+0000 mgr.smithi022.tswrql (mgr.14182) 677 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:47:06.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:06.393722+0000 mon.smithi022 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.vcrvfc"}]: dispatch 2023-12-08T10:47:06.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:06.402431+0000 mon.smithi022 (mon.0) 677 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:47:07.434 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:07.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:05.993796+0000 mgr.smithi022.tswrql (mgr.14182) 678 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:07.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:06.393116+0000 mgr.smithi022.tswrql (mgr.14182) 679 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:47:07.600 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:06.393338+0000 mgr.smithi022.tswrql (mgr.14182) 680 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:06.394568+0000 mgr.smithi022.tswrql (mgr.14182) 681 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:47:07.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:06.397200+0000 mgr.smithi022.tswrql (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:06.398861+0000 mgr.smithi022.tswrql (mgr.14182) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:06.400066+0000 mgr.smithi022.tswrql (mgr.14182) 684 : cluster [DBG] pgmap v423: 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-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:06.461667+0000 mon.smithi022 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:06.648572+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:06.671632+0000 mon.smithi022 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:07.009723+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.603 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:07.443328+0000 mon.smithi022 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:05.993796+0000 mgr.smithi022.tswrql (mgr.14182) 678 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:06.393116+0000 mgr.smithi022.tswrql (mgr.14182) 679 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:06.393338+0000 mgr.smithi022.tswrql (mgr.14182) 680 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:06.394568+0000 mgr.smithi022.tswrql (mgr.14182) 681 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.vcrvfc ... 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:13Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:45:51Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:46:28Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:06.397200+0000 mgr.smithi022.tswrql (mgr.14182) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:06.398861+0000 mgr.smithi022.tswrql (mgr.14182) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:06.400066+0000 mgr.smithi022.tswrql (mgr.14182) 684 : cluster [DBG] pgmap v423: 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-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:06.461667+0000 mon.smithi022 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:06.648572+0000 mon.smithi022 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:06.671632+0000 mon.smithi022 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:07.009723+0000 mon.smithi022 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:07.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:07.443328+0000 mon.smithi022 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:09.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.034477+0000 mon.smithi022 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:09.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.314121+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.315111+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.316763+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.317538+0000 mon.smithi022 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:08.318119+0000 mgr.smithi022.tswrql (mgr.14182) 685 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 2968M 2023-12-08T10:47:09.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:08.322050+0000 mon.smithi022 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:09.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:08.400837+0000 mgr.smithi022.tswrql (mgr.14182) 686 : cluster [DBG] pgmap v424: 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-12-08T10:47:09.302 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.034477+0000 mon.smithi022 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:09.302 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.314121+0000 mon.smithi022 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.302 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.315111+0000 mon.smithi022 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.303 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.316763+0000 mon.smithi022 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.303 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.317538+0000 mon.smithi022 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:09.303 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:08.318119+0000 mgr.smithi022.tswrql (mgr.14182) 685 : cephadm [INF] Adjusting osd_memory_target on smithi069 to 2968M 2023-12-08T10:47:09.303 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:08.322050+0000 mon.smithi022 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:09.303 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:08.400837+0000 mgr.smithi022.tswrql (mgr.14182) 686 : cluster [DBG] pgmap v424: 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-12-08T10:47:09.704 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:09.704 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:42:06.867699Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:42:06.867795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:42:06.867871Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:42:06.868371Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:42:06.867614Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:42:06.867443Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:42:06.868443Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:42:06.867943Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:42:06.868087Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:42:06.868016Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:10.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:10.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:09.698630+0000 mgr.smithi022.tswrql (mgr.14182) 687 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:09.698630+0000 mgr.smithi022.tswrql (mgr.14182) 687 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:11.462 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:10.401502+0000 mgr.smithi022.tswrql (mgr.14182) 688 : cluster [DBG] pgmap v425: 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-12-08T10:47:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:10.980668+0000 mon.smithi022 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.290350+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.291146+0000 mon.smithi022 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.291790+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.292402+0000 mon.smithi022 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.296814+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.297651+0000 mon.smithi022 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.298325+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.302169+0000 mon.smithi022 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.306100+0000 mon.smithi022 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:11.313197+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:10.401502+0000 mgr.smithi022.tswrql (mgr.14182) 688 : cluster [DBG] pgmap v425: 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-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:10.980668+0000 mon.smithi022 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.290350+0000 mon.smithi022 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.291146+0000 mon.smithi022 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.291790+0000 mon.smithi022 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.292402+0000 mon.smithi022 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.296814+0000 mon.smithi022 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.297651+0000 mon.smithi022 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.298325+0000 mon.smithi022 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.302169+0000 mon.smithi022 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.306100+0000 mon.smithi022 (mon.0) 698 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:47:11.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:11.313197+0000 mon.smithi022 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:12.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:11.292879+0000 mgr.smithi022.tswrql (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 1945M 2023-12-08T10:47:12.588 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:11.302698+0000 mgr.smithi022.tswrql (mgr.14182) 690 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:12.588 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:47:11.315426+0000 mgr.smithi022.tswrql (mgr.14182) 691 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zmfuaq on smithi069 2023-12-08T10:47:12.588 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:11.323132+0000 mon.smithi022 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:12.588 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:11.323187+0000 mon.smithi022 (mon.0) 701 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:11.292879+0000 mgr.smithi022.tswrql (mgr.14182) 689 : cephadm [INF] Adjusting osd_memory_target on smithi022 to 1945M 2023-12-08T10:47:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:11.302698+0000 mgr.smithi022.tswrql (mgr.14182) 690 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:47:11.315426+0000 mgr.smithi022.tswrql (mgr.14182) 691 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.zmfuaq on smithi069 2023-12-08T10:47:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:11.323132+0000 mon.smithi022 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:47:12.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:11.323187+0000 mon.smithi022 (mon.0) 701 : cluster [INF] Cluster is now healthy 2023-12-08T10:47:12.974 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:12.975 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:13.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:14.406 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:14.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:12.968930+0000 mgr.smithi022.tswrql (mgr.14182) 692 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:14.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:13.303260+0000 mgr.smithi022.tswrql (mgr.14182) 693 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:12.968930+0000 mgr.smithi022.tswrql (mgr.14182) 692 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:14.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:13.303260+0000 mgr.smithi022.tswrql (mgr.14182) 693 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:15.975 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:15.975 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:16.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:15.303846+0000 mgr.smithi022.tswrql (mgr.14182) 694 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:15.303846+0000 mgr.smithi022.tswrql (mgr.14182) 694 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-08T10:47:17.405 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:17.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:15.969151+0000 mgr.smithi022.tswrql (mgr.14182) 695 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:17.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:15.969151+0000 mgr.smithi022.tswrql (mgr.14182) 695 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:18.569 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:17.304346+0000 mgr.smithi022.tswrql (mgr.14182) 696 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-08T10:47:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:17.304346+0000 mgr.smithi022.tswrql (mgr.14182) 696 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2023-12-08T10:47:18.976 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:18.976 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:19.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:18.968114+0000 mgr.smithi022.tswrql (mgr.14182) 697 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:19.304970+0000 mgr.smithi022.tswrql (mgr.14182) 698 : cluster [DBG] pgmap v430: 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-12-08T10:47:20.429 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:18.968114+0000 mgr.smithi022.tswrql (mgr.14182) 697 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:19.304970+0000 mgr.smithi022.tswrql (mgr.14182) 698 : cluster [DBG] pgmap v430: 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-12-08T10:47:22.111 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:22.111 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:22.565 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:21.305724+0000 mgr.smithi022.tswrql (mgr.14182) 699 : cluster [DBG] pgmap v431: 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-12-08T10:47:22.566 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:22.009886+0000 mon.smithi022 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:22.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:21.305724+0000 mgr.smithi022.tswrql (mgr.14182) 699 : cluster [DBG] pgmap v431: 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-12-08T10:47:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:22.009886+0000 mon.smithi022 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:47:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:22.105460+0000 mgr.smithi022.tswrql (mgr.14182) 700 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:23.797 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:23.832 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:22.105460+0000 mgr.smithi022.tswrql (mgr.14182) 700 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:24.576 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:23.306422+0000 mgr.smithi022.tswrql (mgr.14182) 701 : 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-12-08T10:47:24.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:23.306422+0000 mgr.smithi022.tswrql (mgr.14182) 701 : 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-12-08T10:47:25.413 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:25.413 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:25.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:25.306930+0000 mgr.smithi022.tswrql (mgr.14182) 702 : 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-12-08T10:47:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:25.407950+0000 mgr.smithi022.tswrql (mgr.14182) 703 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:25.306930+0000 mgr.smithi022.tswrql (mgr.14182) 702 : 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-12-08T10:47:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:25.407950+0000 mgr.smithi022.tswrql (mgr.14182) 703 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:26.854 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:28.322 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:28.323 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:28.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:27.307463+0000 mgr.smithi022.tswrql (mgr.14182) 704 : 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-12-08T10:47:28.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:27.307463+0000 mgr.smithi022.tswrql (mgr.14182) 704 : 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-12-08T10:47:29.739 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:29.778 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:28.317146+0000 mgr.smithi022.tswrql (mgr.14182) 705 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:29.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:28.317146+0000 mgr.smithi022.tswrql (mgr.14182) 705 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:30.581 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:29.308001+0000 mgr.smithi022.tswrql (mgr.14182) 706 : 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-12-08T10:47:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:29.308001+0000 mgr.smithi022.tswrql (mgr.14182) 706 : 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-12-08T10:47:31.444 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:31.444 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:31.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:31.308511+0000 mgr.smithi022.tswrql (mgr.14182) 707 : 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-12-08T10:47:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:31.438444+0000 mgr.smithi022.tswrql (mgr.14182) 708 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:31.308511+0000 mgr.smithi022.tswrql (mgr.14182) 707 : 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-12-08T10:47:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:31.438444+0000 mgr.smithi022.tswrql (mgr.14182) 708 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:32.907 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:34.454 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:34.455 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:34.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:33.308966+0000 mgr.smithi022.tswrql (mgr.14182) 709 : 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-12-08T10:47:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:33.308966+0000 mgr.smithi022.tswrql (mgr.14182) 709 : 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-12-08T10:47:34.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:34.448558+0000 mgr.smithi022.tswrql (mgr.14182) 710 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:35.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:34.448558+0000 mgr.smithi022.tswrql (mgr.14182) 710 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:35.861 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:36.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:35.309535+0000 mgr.smithi022.tswrql (mgr.14182) 711 : 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-12-08T10:47:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:35.309535+0000 mgr.smithi022.tswrql (mgr.14182) 711 : 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-12-08T10:47:37.530 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:37.531 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:37.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:37.310013+0000 mgr.smithi022.tswrql (mgr.14182) 712 : 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-12-08T10:47:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:37.524844+0000 mgr.smithi022.tswrql (mgr.14182) 713 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:37.310013+0000 mgr.smithi022.tswrql (mgr.14182) 712 : 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-12-08T10:47:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:37.524844+0000 mgr.smithi022.tswrql (mgr.14182) 713 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:38.946 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:40.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:39.310490+0000 mgr.smithi022.tswrql (mgr.14182) 714 : 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-12-08T10:47:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:39.310490+0000 mgr.smithi022.tswrql (mgr.14182) 714 : 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-12-08T10:47:40.552 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:40.552 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:41.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:40.547097+0000 mgr.smithi022.tswrql (mgr.14182) 715 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:40.547097+0000 mgr.smithi022.tswrql (mgr.14182) 715 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:42.003 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:42.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:41.311184+0000 mgr.smithi022.tswrql (mgr.14182) 716 : 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-12-08T10:47:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:41.311184+0000 mgr.smithi022.tswrql (mgr.14182) 716 : 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-12-08T10:47:43.616 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:43.617 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:44.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:44.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:43.311675+0000 mgr.smithi022.tswrql (mgr.14182) 717 : 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-12-08T10:47:44.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:43.611241+0000 mgr.smithi022.tswrql (mgr.14182) 718 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:43.311675+0000 mgr.smithi022.tswrql (mgr.14182) 717 : 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-12-08T10:47:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:43.611241+0000 mgr.smithi022.tswrql (mgr.14182) 718 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:45.076 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:45.312173+0000 mgr.smithi022.tswrql (mgr.14182) 719 : 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-12-08T10:47:46.603 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:46.603 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:45.312173+0000 mgr.smithi022.tswrql (mgr.14182) 719 : 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-12-08T10:47:47.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:46.598036+0000 mgr.smithi022.tswrql (mgr.14182) 720 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:47.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:46.598036+0000 mgr.smithi022.tswrql (mgr.14182) 720 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:48.008 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:47.312928+0000 mgr.smithi022.tswrql (mgr.14182) 721 : 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-12-08T10:47:48.811 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:47.312928+0000 mgr.smithi022.tswrql (mgr.14182) 721 : 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-12-08T10:47:49.575 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:49.576 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:49.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:49.313380+0000 mgr.smithi022.tswrql (mgr.14182) 722 : 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-12-08T10:47:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:49.569876+0000 mgr.smithi022.tswrql (mgr.14182) 723 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:49.313380+0000 mgr.smithi022.tswrql (mgr.14182) 722 : 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-12-08T10:47:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:49.569876+0000 mgr.smithi022.tswrql (mgr.14182) 723 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:50.959 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:52.547 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:52.548 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:52.752 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:51.313964+0000 mgr.smithi022.tswrql (mgr.14182) 724 : 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-12-08T10:47:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:51.313964+0000 mgr.smithi022.tswrql (mgr.14182) 724 : 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-12-08T10:47:52.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:52.541472+0000 mgr.smithi022.tswrql (mgr.14182) 725 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:53.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:52.541472+0000 mgr.smithi022.tswrql (mgr.14182) 725 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:53.958 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:53.314514+0000 mgr.smithi022.tswrql (mgr.14182) 726 : 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-12-08T10:47:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:53.314514+0000 mgr.smithi022.tswrql (mgr.14182) 726 : 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-12-08T10:47:55.462 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:55.462 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:55.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:55.315146+0000 mgr.smithi022.tswrql (mgr.14182) 727 : 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-12-08T10:47:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:55.455926+0000 mgr.smithi022.tswrql (mgr.14182) 728 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:55.315146+0000 mgr.smithi022.tswrql (mgr.14182) 727 : 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-12-08T10:47:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:55.455926+0000 mgr.smithi022.tswrql (mgr.14182) 728 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:56.873 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:47:58.503 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:47:58.503 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:47:58.743 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:57.315701+0000 mgr.smithi022.tswrql (mgr.14182) 729 : 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-12-08T10:47:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:57.315701+0000 mgr.smithi022.tswrql (mgr.14182) 729 : 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-12-08T10:47:58.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:47:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:47:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:47:58.497505+0000 mgr.smithi022.tswrql (mgr.14182) 730 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:59.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:47:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:47:58.497505+0000 mgr.smithi022.tswrql (mgr.14182) 730 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:47:59.986 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:00.743 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:47:59.316180+0000 mgr.smithi022.tswrql (mgr.14182) 731 : 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-12-08T10:48:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:47:59.316180+0000 mgr.smithi022.tswrql (mgr.14182) 731 : 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-12-08T10:48:01.559 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:01.559 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:01.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:01.316708+0000 mgr.smithi022.tswrql (mgr.14182) 732 : 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-12-08T10:48:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:01.553761+0000 mgr.smithi022.tswrql (mgr.14182) 733 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:02.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:01.316708+0000 mgr.smithi022.tswrql (mgr.14182) 732 : 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-12-08T10:48:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:01.553761+0000 mgr.smithi022.tswrql (mgr.14182) 733 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:02.989 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:04.573 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:04.573 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:04.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:03.317126+0000 mgr.smithi022.tswrql (mgr.14182) 734 : 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-12-08T10:48:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:03.317126+0000 mgr.smithi022.tswrql (mgr.14182) 734 : 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-12-08T10:48:05.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:05.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:04.567133+0000 mgr.smithi022.tswrql (mgr.14182) 735 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:05.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:04.567133+0000 mgr.smithi022.tswrql (mgr.14182) 735 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:06.011 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:05.317873+0000 mgr.smithi022.tswrql (mgr.14182) 736 : 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-12-08T10:48:06.817 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:05.317873+0000 mgr.smithi022.tswrql (mgr.14182) 736 : 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-12-08T10:48:07.617 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:07.617 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:08.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:07.318410+0000 mgr.smithi022.tswrql (mgr.14182) 737 : 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-12-08T10:48:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:07.611639+0000 mgr.smithi022.tswrql (mgr.14182) 738 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:08.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:07.318410+0000 mgr.smithi022.tswrql (mgr.14182) 737 : 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-12-08T10:48:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:07.611639+0000 mgr.smithi022.tswrql (mgr.14182) 738 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:09.046 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:10.218 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:09.318933+0000 mgr.smithi022.tswrql (mgr.14182) 739 : 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-12-08T10:48:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:09.318933+0000 mgr.smithi022.tswrql (mgr.14182) 739 : 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-12-08T10:48:10.632 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:10.633 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:11.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:11.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:10.627178+0000 mgr.smithi022.tswrql (mgr.14182) 740 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:10.627178+0000 mgr.smithi022.tswrql (mgr.14182) 740 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:12.103 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:12.490 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:11.319681+0000 mgr.smithi022.tswrql (mgr.14182) 741 : 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-12-08T10:48:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:11.319681+0000 mgr.smithi022.tswrql (mgr.14182) 741 : 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-12-08T10:48:13.671 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:13.671 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:14.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:13.320282+0000 mgr.smithi022.tswrql (mgr.14182) 742 : 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-12-08T10:48:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:13.664651+0000 mgr.smithi022.tswrql (mgr.14182) 743 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:13.320282+0000 mgr.smithi022.tswrql (mgr.14182) 742 : 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-12-08T10:48:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:13.664651+0000 mgr.smithi022.tswrql (mgr.14182) 743 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:15.102 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:15.320810+0000 mgr.smithi022.tswrql (mgr.14182) 744 : 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-12-08T10:48:16.690 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:16.690 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:15.320810+0000 mgr.smithi022.tswrql (mgr.14182) 744 : 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-12-08T10:48:17.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:17.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:16.682530+0000 mgr.smithi022.tswrql (mgr.14182) 745 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:17.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:16.682530+0000 mgr.smithi022.tswrql (mgr.14182) 745 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:18.104 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:18.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:17.321432+0000 mgr.smithi022.tswrql (mgr.14182) 746 : 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-12-08T10:48:18.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:17.321432+0000 mgr.smithi022.tswrql (mgr.14182) 746 : 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-12-08T10:48:19.681 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:19.681 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:20.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:19.321962+0000 mgr.smithi022.tswrql (mgr.14182) 747 : 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-12-08T10:48:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:19.675318+0000 mgr.smithi022.tswrql (mgr.14182) 748 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:19.321962+0000 mgr.smithi022.tswrql (mgr.14182) 747 : 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-12-08T10:48:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:19.675318+0000 mgr.smithi022.tswrql (mgr.14182) 748 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:21.087 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:21.322651+0000 mgr.smithi022.tswrql (mgr.14182) 749 : 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-12-08T10:48:22.654 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:22.654 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:21.322651+0000 mgr.smithi022.tswrql (mgr.14182) 749 : 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-12-08T10:48:23.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:22.649009+0000 mgr.smithi022.tswrql (mgr.14182) 750 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:23.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:22.649009+0000 mgr.smithi022.tswrql (mgr.14182) 750 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:24.077 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:24.651 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:23.323145+0000 mgr.smithi022.tswrql (mgr.14182) 751 : 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-12-08T10:48:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:23.323145+0000 mgr.smithi022.tswrql (mgr.14182) 751 : 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-12-08T10:48:25.574 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:25.574 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:25.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:25.323679+0000 mgr.smithi022.tswrql (mgr.14182) 752 : 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-12-08T10:48:26.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:25.568540+0000 mgr.smithi022.tswrql (mgr.14182) 753 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:25.323679+0000 mgr.smithi022.tswrql (mgr.14182) 752 : 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-12-08T10:48:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:25.568540+0000 mgr.smithi022.tswrql (mgr.14182) 753 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:26.994 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:28.563 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:28.563 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:27.324174+0000 mgr.smithi022.tswrql (mgr.14182) 754 : 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-12-08T10:48:28.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:27.324174+0000 mgr.smithi022.tswrql (mgr.14182) 754 : 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-12-08T10:48:29.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:28.557433+0000 mgr.smithi022.tswrql (mgr.14182) 755 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:29.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:28.557433+0000 mgr.smithi022.tswrql (mgr.14182) 755 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:30.052 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:29.324689+0000 mgr.smithi022.tswrql (mgr.14182) 756 : 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-12-08T10:48:30.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:29.324689+0000 mgr.smithi022.tswrql (mgr.14182) 756 : 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-12-08T10:48:31.640 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:31.640 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:32.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:31.325376+0000 mgr.smithi022.tswrql (mgr.14182) 757 : 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-12-08T10:48:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:31.635114+0000 mgr.smithi022.tswrql (mgr.14182) 758 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:31.325376+0000 mgr.smithi022.tswrql (mgr.14182) 757 : 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-12-08T10:48:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:31.635114+0000 mgr.smithi022.tswrql (mgr.14182) 758 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:33.052 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:33.326133+0000 mgr.smithi022.tswrql (mgr.14182) 759 : 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-12-08T10:48:34.621 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:34.622 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:33.326133+0000 mgr.smithi022.tswrql (mgr.14182) 759 : 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-12-08T10:48:35.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:34.616588+0000 mgr.smithi022.tswrql (mgr.14182) 760 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:35.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:34.616588+0000 mgr.smithi022.tswrql (mgr.14182) 760 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:36.035 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:35.326824+0000 mgr.smithi022.tswrql (mgr.14182) 761 : 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-12-08T10:48:36.837 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:35.326824+0000 mgr.smithi022.tswrql (mgr.14182) 761 : 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-12-08T10:48:37.666 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:37.666 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:38.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:37.327380+0000 mgr.smithi022.tswrql (mgr.14182) 762 : 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-12-08T10:48:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:37.660671+0000 mgr.smithi022.tswrql (mgr.14182) 763 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:37.327380+0000 mgr.smithi022.tswrql (mgr.14182) 762 : 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-12-08T10:48:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:37.660671+0000 mgr.smithi022.tswrql (mgr.14182) 763 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:39.100 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:40.265 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:39.327839+0000 mgr.smithi022.tswrql (mgr.14182) 764 : 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-12-08T10:48:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:39.327839+0000 mgr.smithi022.tswrql (mgr.14182) 764 : 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-12-08T10:48:40.692 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:40.693 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:41.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:41.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:40.687242+0000 mgr.smithi022.tswrql (mgr.14182) 765 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:40.687242+0000 mgr.smithi022.tswrql (mgr.14182) 765 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:42.120 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:42.494 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:41.328420+0000 mgr.smithi022.tswrql (mgr.14182) 766 : 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-12-08T10:48:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:41.328420+0000 mgr.smithi022.tswrql (mgr.14182) 766 : 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-12-08T10:48:43.664 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:43.664 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:44.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:43.328929+0000 mgr.smithi022.tswrql (mgr.14182) 767 : 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-12-08T10:48:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:43.658812+0000 mgr.smithi022.tswrql (mgr.14182) 768 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:43.328929+0000 mgr.smithi022.tswrql (mgr.14182) 767 : 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-12-08T10:48:44.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:43.658812+0000 mgr.smithi022.tswrql (mgr.14182) 768 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:45.058 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:45.329503+0000 mgr.smithi022.tswrql (mgr.14182) 769 : 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-12-08T10:48:46.633 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:46.633 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:45.329503+0000 mgr.smithi022.tswrql (mgr.14182) 769 : 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-12-08T10:48:47.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:46.627423+0000 mgr.smithi022.tswrql (mgr.14182) 770 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:47.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:46.627423+0000 mgr.smithi022.tswrql (mgr.14182) 770 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:48.074 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:47.330133+0000 mgr.smithi022.tswrql (mgr.14182) 771 : 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-12-08T10:48:48.834 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:47.330133+0000 mgr.smithi022.tswrql (mgr.14182) 771 : 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-12-08T10:48:49.615 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:49.616 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:49.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:50.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:49.330600+0000 mgr.smithi022.tswrql (mgr.14182) 772 : 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-12-08T10:48:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:49.610311+0000 mgr.smithi022.tswrql (mgr.14182) 773 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:49.330600+0000 mgr.smithi022.tswrql (mgr.14182) 772 : 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-12-08T10:48:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:49.610311+0000 mgr.smithi022.tswrql (mgr.14182) 773 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:50.999 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:52.489 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:52.489 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:52.692 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:51.331162+0000 mgr.smithi022.tswrql (mgr.14182) 774 : 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-12-08T10:48:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:51.331162+0000 mgr.smithi022.tswrql (mgr.14182) 774 : 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-12-08T10:48:52.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:52.482565+0000 mgr.smithi022.tswrql (mgr.14182) 775 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:53.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:52.482565+0000 mgr.smithi022.tswrql (mgr.14182) 775 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:53.914 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:53.331602+0000 mgr.smithi022.tswrql (mgr.14182) 776 : 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-12-08T10:48:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:53.331602+0000 mgr.smithi022.tswrql (mgr.14182) 776 : 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-12-08T10:48:55.493 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:55.493 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:55.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:55.332082+0000 mgr.smithi022.tswrql (mgr.14182) 777 : 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-12-08T10:48:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:55.487545+0000 mgr.smithi022.tswrql (mgr.14182) 778 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:55.332082+0000 mgr.smithi022.tswrql (mgr.14182) 777 : 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-12-08T10:48:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:55.487545+0000 mgr.smithi022.tswrql (mgr.14182) 778 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:56.933 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:48:58.518 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:48:58.518 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:48:58.766 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:57.332578+0000 mgr.smithi022.tswrql (mgr.14182) 779 : 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-12-08T10:48:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:57.332578+0000 mgr.smithi022.tswrql (mgr.14182) 779 : 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-12-08T10:48:58.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:48:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:48:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:48:58.512533+0000 mgr.smithi022.tswrql (mgr.14182) 780 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:59.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:48:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:48:58.512533+0000 mgr.smithi022.tswrql (mgr.14182) 780 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:48:59.974 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:00.779 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:48:59.333118+0000 mgr.smithi022.tswrql (mgr.14182) 781 : 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-12-08T10:49:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:48:59.333118+0000 mgr.smithi022.tswrql (mgr.14182) 781 : 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-12-08T10:49:01.546 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:01.546 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:01.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:01.333600+0000 mgr.smithi022.tswrql (mgr.14182) 782 : 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-12-08T10:49:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:01.540799+0000 mgr.smithi022.tswrql (mgr.14182) 783 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:02.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:01.333600+0000 mgr.smithi022.tswrql (mgr.14182) 782 : 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-12-08T10:49:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:01.540799+0000 mgr.smithi022.tswrql (mgr.14182) 783 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:02.989 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:04.557 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:04.557 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:03.334039+0000 mgr.smithi022.tswrql (mgr.14182) 784 : 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-12-08T10:49:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:03.334039+0000 mgr.smithi022.tswrql (mgr.14182) 784 : 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-12-08T10:49:05.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:05.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:04.551558+0000 mgr.smithi022.tswrql (mgr.14182) 785 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:05.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:04.551558+0000 mgr.smithi022.tswrql (mgr.14182) 785 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:06.070 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:05.334764+0000 mgr.smithi022.tswrql (mgr.14182) 786 : 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-12-08T10:49:06.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:05.334764+0000 mgr.smithi022.tswrql (mgr.14182) 786 : 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-12-08T10:49:07.671 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:07.671 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:08.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:07.335325+0000 mgr.smithi022.tswrql (mgr.14182) 787 : 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-12-08T10:49:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:07.665467+0000 mgr.smithi022.tswrql (mgr.14182) 788 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:07.335325+0000 mgr.smithi022.tswrql (mgr.14182) 787 : 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-12-08T10:49:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:07.665467+0000 mgr.smithi022.tswrql (mgr.14182) 788 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:09.113 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:10.283 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:09.335770+0000 mgr.smithi022.tswrql (mgr.14182) 789 : 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-12-08T10:49:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:09.335770+0000 mgr.smithi022.tswrql (mgr.14182) 789 : 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-12-08T10:49:10.721 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:10.722 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:11.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:10.716301+0000 mgr.smithi022.tswrql (mgr.14182) 790 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:11.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:10.716301+0000 mgr.smithi022.tswrql (mgr.14182) 790 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:12.159 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:12.529 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:11.336420+0000 mgr.smithi022.tswrql (mgr.14182) 791 : 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-12-08T10:49:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:11.336420+0000 mgr.smithi022.tswrql (mgr.14182) 791 : 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-12-08T10:49:13.721 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:13.722 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:14.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:13.336891+0000 mgr.smithi022.tswrql (mgr.14182) 792 : 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-12-08T10:49:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:13.715935+0000 mgr.smithi022.tswrql (mgr.14182) 793 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:13.336891+0000 mgr.smithi022.tswrql (mgr.14182) 792 : 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-12-08T10:49:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:13.715935+0000 mgr.smithi022.tswrql (mgr.14182) 793 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:15.137 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:16.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:15.337363+0000 mgr.smithi022.tswrql (mgr.14182) 794 : 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-12-08T10:49:16.692 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:16.692 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:15.337363+0000 mgr.smithi022.tswrql (mgr.14182) 794 : 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-12-08T10:49:17.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:17.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:16.686916+0000 mgr.smithi022.tswrql (mgr.14182) 795 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:17.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:16.686916+0000 mgr.smithi022.tswrql (mgr.14182) 795 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:18.110 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:18.686 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:17.338121+0000 mgr.smithi022.tswrql (mgr.14182) 796 : 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-12-08T10:49:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:17.338121+0000 mgr.smithi022.tswrql (mgr.14182) 796 : 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-12-08T10:49:19.691 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:19.691 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:20.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:19.338589+0000 mgr.smithi022.tswrql (mgr.14182) 797 : 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-12-08T10:49:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:19.685511+0000 mgr.smithi022.tswrql (mgr.14182) 798 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:19.338589+0000 mgr.smithi022.tswrql (mgr.14182) 797 : 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-12-08T10:49:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:19.685511+0000 mgr.smithi022.tswrql (mgr.14182) 798 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:21.103 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:21.339107+0000 mgr.smithi022.tswrql (mgr.14182) 799 : 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-12-08T10:49:22.644 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:22.644 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:21.339107+0000 mgr.smithi022.tswrql (mgr.14182) 799 : 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-12-08T10:49:22.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:22.639015+0000 mgr.smithi022.tswrql (mgr.14182) 800 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:23.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:22.639015+0000 mgr.smithi022.tswrql (mgr.14182) 800 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:23.987 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:24.762 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:23.339713+0000 mgr.smithi022.tswrql (mgr.14182) 801 : 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-12-08T10:49:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:23.339713+0000 mgr.smithi022.tswrql (mgr.14182) 801 : 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-12-08T10:49:25.589 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:25.589 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:26.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:25.340247+0000 mgr.smithi022.tswrql (mgr.14182) 802 : 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-12-08T10:49:26.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:25.580407+0000 mgr.smithi022.tswrql (mgr.14182) 803 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:25.340247+0000 mgr.smithi022.tswrql (mgr.14182) 802 : 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-12-08T10:49:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:25.580407+0000 mgr.smithi022.tswrql (mgr.14182) 803 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:27.045 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:28.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:27.340708+0000 mgr.smithi022.tswrql (mgr.14182) 804 : 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-12-08T10:49:28.622 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:28.622 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:27.340708+0000 mgr.smithi022.tswrql (mgr.14182) 804 : 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-12-08T10:49:29.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:28.616639+0000 mgr.smithi022.tswrql (mgr.14182) 805 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:29.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:28.616639+0000 mgr.smithi022.tswrql (mgr.14182) 805 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:30.050 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:29.341249+0000 mgr.smithi022.tswrql (mgr.14182) 806 : 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-12-08T10:49:30.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:29.341249+0000 mgr.smithi022.tswrql (mgr.14182) 806 : 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-12-08T10:49:31.637 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:31.637 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:32.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:31.341802+0000 mgr.smithi022.tswrql (mgr.14182) 807 : 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-12-08T10:49:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:31.631165+0000 mgr.smithi022.tswrql (mgr.14182) 808 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:31.341802+0000 mgr.smithi022.tswrql (mgr.14182) 807 : 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-12-08T10:49:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:31.631165+0000 mgr.smithi022.tswrql (mgr.14182) 808 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:33.058 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:33.342333+0000 mgr.smithi022.tswrql (mgr.14182) 809 : 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-12-08T10:49:34.638 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:34.639 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:33.342333+0000 mgr.smithi022.tswrql (mgr.14182) 809 : 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-12-08T10:49:35.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:34.633399+0000 mgr.smithi022.tswrql (mgr.14182) 810 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:35.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:34.633399+0000 mgr.smithi022.tswrql (mgr.14182) 810 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:36.024 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:35.343100+0000 mgr.smithi022.tswrql (mgr.14182) 811 : 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-12-08T10:49:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:35.343100+0000 mgr.smithi022.tswrql (mgr.14182) 811 : 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-12-08T10:49:37.628 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:37.628 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:42:02.598548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.nzmokl on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:38.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:37.343649+0000 mgr.smithi022.tswrql (mgr.14182) 812 : 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-12-08T10:49:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:37.621931+0000 mgr.smithi022.tswrql (mgr.14182) 813 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:37.343649+0000 mgr.smithi022.tswrql (mgr.14182) 812 : 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-12-08T10:49:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:37.621931+0000 mgr.smithi022.tswrql (mgr.14182) 813 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:39.066 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:40.255 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:39.344066+0000 mgr.smithi022.tswrql (mgr.14182) 814 : 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-12-08T10:49:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:39.344066+0000 mgr.smithi022.tswrql (mgr.14182) 814 : 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-12-08T10:49:40.695 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:40.695 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:41.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:49:40.586572+0000 mgr.smithi022.tswrql (mgr.14182) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.350 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.353 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:49:41.353 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.354 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:49:40.586754+0000 mgr.smithi022.tswrql (mgr.14182) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:40.587074+0000 mon.smithi022 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zmfuaq"}]: dispatch 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:49:40.587791+0000 mgr.smithi022.tswrql (mgr.14182) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.355 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:49:40.589342+0000 mgr.smithi022.tswrql (mgr.14182) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.hlzmof on smithi022 2023-12-08T10:49:41.356 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:40.685721+0000 mgr.smithi022.tswrql (mgr.14182) 819 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:49:40.586572+0000 mgr.smithi022.tswrql (mgr.14182) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.549 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:49:40.586754+0000 mgr.smithi022.tswrql (mgr.14182) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:40.587074+0000 mon.smithi022 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.zmfuaq"}]: dispatch 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:49:40.587791+0000 mgr.smithi022.tswrql (mgr.14182) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.zmfuaq ... 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:49:41.550 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:47:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:48:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:49:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:49:40.589342+0000 mgr.smithi022.tswrql (mgr.14182) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.hlzmof on smithi022 2023-12-08T10:49:41.551 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:40.685721+0000 mgr.smithi022.tswrql (mgr.14182) 819 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:42.117 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:42.500 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:41.344855+0000 mgr.smithi022.tswrql (mgr.14182) 820 : 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-12-08T10:49:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:41.344855+0000 mgr.smithi022.tswrql (mgr.14182) 820 : 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-12-08T10:49:43.734 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:43.734 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:44.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:43.345272+0000 mgr.smithi022.tswrql (mgr.14182) 821 : 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-12-08T10:49:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:43.728443+0000 mgr.smithi022.tswrql (mgr.14182) 822 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:43.345272+0000 mgr.smithi022.tswrql (mgr.14182) 821 : 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-12-08T10:49:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:43.728443+0000 mgr.smithi022.tswrql (mgr.14182) 822 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:45.157 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:45.346008+0000 mgr.smithi022.tswrql (mgr.14182) 823 : 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-12-08T10:49:46.710 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:46.711 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:45.346008+0000 mgr.smithi022.tswrql (mgr.14182) 823 : 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-12-08T10:49:47.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:46.705086+0000 mgr.smithi022.tswrql (mgr.14182) 824 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:47.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:46.705086+0000 mgr.smithi022.tswrql (mgr.14182) 824 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:48.114 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:48.677 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:47.346649+0000 mgr.smithi022.tswrql (mgr.14182) 825 : 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-12-08T10:49:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:47.346649+0000 mgr.smithi022.tswrql (mgr.14182) 825 : 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-12-08T10:49:49.600 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:49.600 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:50.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:50.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:49.347160+0000 mgr.smithi022.tswrql (mgr.14182) 826 : 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-12-08T10:49:50.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:49.594831+0000 mgr.smithi022.tswrql (mgr.14182) 827 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:49.347160+0000 mgr.smithi022.tswrql (mgr.14182) 826 : 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-12-08T10:49:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:49.594831+0000 mgr.smithi022.tswrql (mgr.14182) 827 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:51.057 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:52.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:51.347640+0000 mgr.smithi022.tswrql (mgr.14182) 828 : 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-12-08T10:49:52.652 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:52.652 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:51.347640+0000 mgr.smithi022.tswrql (mgr.14182) 828 : 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-12-08T10:49:53.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:52.646657+0000 mgr.smithi022.tswrql (mgr.14182) 829 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:53.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:52.646657+0000 mgr.smithi022.tswrql (mgr.14182) 829 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:54.095 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:54.675 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:53.348176+0000 mgr.smithi022.tswrql (mgr.14182) 830 : 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-12-08T10:49:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:53.348176+0000 mgr.smithi022.tswrql (mgr.14182) 830 : 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-12-08T10:49:55.643 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:55.643 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:56.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:55.348698+0000 mgr.smithi022.tswrql (mgr.14182) 831 : 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-12-08T10:49:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:55.636746+0000 mgr.smithi022.tswrql (mgr.14182) 832 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:55.348698+0000 mgr.smithi022.tswrql (mgr.14182) 831 : 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-12-08T10:49:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:55.636746+0000 mgr.smithi022.tswrql (mgr.14182) 832 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:57.138 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:49:58.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:57.349371+0000 mgr.smithi022.tswrql (mgr.14182) 833 : 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-12-08T10:49:58.622 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:49:58.622 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:49:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:57.349371+0000 mgr.smithi022.tswrql (mgr.14182) 833 : 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-12-08T10:49:59.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:49:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:49:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:49:58.616869+0000 mgr.smithi022.tswrql (mgr.14182) 834 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:49:59.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:49:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:49:58.616869+0000 mgr.smithi022.tswrql (mgr.14182) 834 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:00.020 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:00.748 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:49:59.349992+0000 mgr.smithi022.tswrql (mgr.14182) 835 : 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-12-08T10:50:00.748 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:00.000130+0000 mon.smithi022 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2023-12-08T10:50:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:49:59.349992+0000 mgr.smithi022.tswrql (mgr.14182) 835 : 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-12-08T10:50:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:00.000130+0000 mon.smithi022 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2023-12-08T10:50:01.486 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:01.486 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:01.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:02.706 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:01.350490+0000 mgr.smithi022.tswrql (mgr.14182) 836 : 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-12-08T10:50:02.707 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:01.480670+0000 mgr.smithi022.tswrql (mgr.14182) 837 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:02.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:01.350490+0000 mgr.smithi022.tswrql (mgr.14182) 836 : 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-12-08T10:50:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:01.480670+0000 mgr.smithi022.tswrql (mgr.14182) 837 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:02.954 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:04.552 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:04.553 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:04.714 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:03.350938+0000 mgr.smithi022.tswrql (mgr.14182) 838 : 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-12-08T10:50:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:03.350938+0000 mgr.smithi022.tswrql (mgr.14182) 838 : 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-12-08T10:50:04.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:05.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:04.546839+0000 mgr.smithi022.tswrql (mgr.14182) 839 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:05.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:04.546839+0000 mgr.smithi022.tswrql (mgr.14182) 839 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:05.949 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:06.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:05.351945+0000 mgr.smithi022.tswrql (mgr.14182) 840 : 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-12-08T10:50:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:05.351945+0000 mgr.smithi022.tswrql (mgr.14182) 840 : 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-12-08T10:50:07.542 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:07.543 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:07.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:07.352392+0000 mgr.smithi022.tswrql (mgr.14182) 841 : 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-12-08T10:50:08.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:07.536925+0000 mgr.smithi022.tswrql (mgr.14182) 842 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:07.352392+0000 mgr.smithi022.tswrql (mgr.14182) 841 : 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-12-08T10:50:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:07.536925+0000 mgr.smithi022.tswrql (mgr.14182) 842 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:08.962 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:10.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:09.353019+0000 mgr.smithi022.tswrql (mgr.14182) 843 : 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-12-08T10:50:10.456 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:10.456 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:09.353019+0000 mgr.smithi022.tswrql (mgr.14182) 843 : 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-12-08T10:50:10.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:10.451042+0000 mgr.smithi022.tswrql (mgr.14182) 844 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:11.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:10.451042+0000 mgr.smithi022.tswrql (mgr.14182) 844 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:11.901 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:12.269 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:11.353681+0000 mgr.smithi022.tswrql (mgr.14182) 845 : 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-12-08T10:50:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:11.353681+0000 mgr.smithi022.tswrql (mgr.14182) 845 : 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-12-08T10:50:13.451 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:13.452 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:13.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:14.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:13.354084+0000 mgr.smithi022.tswrql (mgr.14182) 846 : 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-12-08T10:50:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:13.445993+0000 mgr.smithi022.tswrql (mgr.14182) 847 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:13.354084+0000 mgr.smithi022.tswrql (mgr.14182) 846 : 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-12-08T10:50:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:13.445993+0000 mgr.smithi022.tswrql (mgr.14182) 847 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:14.946 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:16.543 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:16.544 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:15.354649+0000 mgr.smithi022.tswrql (mgr.14182) 848 : 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-12-08T10:50:16.803 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:15.354649+0000 mgr.smithi022.tswrql (mgr.14182) 848 : 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-12-08T10:50:17.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:17.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:16.537520+0000 mgr.smithi022.tswrql (mgr.14182) 849 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:17.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:16.537520+0000 mgr.smithi022.tswrql (mgr.14182) 849 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:18.002 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:18.712 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:17.355245+0000 mgr.smithi022.tswrql (mgr.14182) 850 : 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-12-08T10:50:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:17.355245+0000 mgr.smithi022.tswrql (mgr.14182) 850 : 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-12-08T10:50:19.474 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:19.474 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:19.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:19.355783+0000 mgr.smithi022.tswrql (mgr.14182) 851 : 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-12-08T10:50:20.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:19.468684+0000 mgr.smithi022.tswrql (mgr.14182) 852 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:20.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:19.355783+0000 mgr.smithi022.tswrql (mgr.14182) 851 : 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-12-08T10:50:20.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:19.468684+0000 mgr.smithi022.tswrql (mgr.14182) 852 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:20.868 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:22.502 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:22.502 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:22.694 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:21.356435+0000 mgr.smithi022.tswrql (mgr.14182) 853 : 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-12-08T10:50:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:21.356435+0000 mgr.smithi022.tswrql (mgr.14182) 853 : 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-12-08T10:50:22.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:22.495932+0000 mgr.smithi022.tswrql (mgr.14182) 854 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:23.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:22.495932+0000 mgr.smithi022.tswrql (mgr.14182) 854 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:23.933 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:24.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:23.357020+0000 mgr.smithi022.tswrql (mgr.14182) 855 : 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-12-08T10:50:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:23.357020+0000 mgr.smithi022.tswrql (mgr.14182) 855 : 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-12-08T10:50:25.513 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:25.513 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:25.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:25.357493+0000 mgr.smithi022.tswrql (mgr.14182) 856 : 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-12-08T10:50:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:25.507508+0000 mgr.smithi022.tswrql (mgr.14182) 857 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:25.357493+0000 mgr.smithi022.tswrql (mgr.14182) 856 : 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-12-08T10:50:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:25.507508+0000 mgr.smithi022.tswrql (mgr.14182) 857 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:26.974 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:28.492 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:28.493 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:27.358010+0000 mgr.smithi022.tswrql (mgr.14182) 858 : 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-12-08T10:50:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:27.358010+0000 mgr.smithi022.tswrql (mgr.14182) 858 : 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-12-08T10:50:28.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:28.487189+0000 mgr.smithi022.tswrql (mgr.14182) 859 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:29.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:28.487189+0000 mgr.smithi022.tswrql (mgr.14182) 859 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:29.900 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:30.530 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:29.358418+0000 mgr.smithi022.tswrql (mgr.14182) 860 : 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-12-08T10:50:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:29.358418+0000 mgr.smithi022.tswrql (mgr.14182) 860 : 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-12-08T10:50:31.496 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:31.496 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:31.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:31.358932+0000 mgr.smithi022.tswrql (mgr.14182) 861 : 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-12-08T10:50:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:31.490534+0000 mgr.smithi022.tswrql (mgr.14182) 862 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:31.358932+0000 mgr.smithi022.tswrql (mgr.14182) 861 : 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-12-08T10:50:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:31.490534+0000 mgr.smithi022.tswrql (mgr.14182) 862 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:32.907 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:34.478 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:34.478 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:34.734 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:33.359423+0000 mgr.smithi022.tswrql (mgr.14182) 863 : 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-12-08T10:50:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:33.359423+0000 mgr.smithi022.tswrql (mgr.14182) 863 : 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-12-08T10:50:34.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:34.471668+0000 mgr.smithi022.tswrql (mgr.14182) 864 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:35.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:34.471668+0000 mgr.smithi022.tswrql (mgr.14182) 864 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:35.946 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:36.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:35.360184+0000 mgr.smithi022.tswrql (mgr.14182) 865 : 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-12-08T10:50:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:35.360184+0000 mgr.smithi022.tswrql (mgr.14182) 865 : 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-12-08T10:50:37.507 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:37.507 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:37.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:37.360683+0000 mgr.smithi022.tswrql (mgr.14182) 866 : 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-12-08T10:50:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:37.501697+0000 mgr.smithi022.tswrql (mgr.14182) 867 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:37.360683+0000 mgr.smithi022.tswrql (mgr.14182) 866 : 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-12-08T10:50:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:37.501697+0000 mgr.smithi022.tswrql (mgr.14182) 867 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:38.949 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:40.526 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:40.527 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:39.361133+0000 mgr.smithi022.tswrql (mgr.14182) 868 : 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-12-08T10:50:40.549 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:39.361133+0000 mgr.smithi022.tswrql (mgr.14182) 868 : 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-12-08T10:50:40.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:40.520976+0000 mgr.smithi022.tswrql (mgr.14182) 869 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:41.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:40.520976+0000 mgr.smithi022.tswrql (mgr.14182) 869 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:41.966 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:42.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:41.361932+0000 mgr.smithi022.tswrql (mgr.14182) 870 : 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-12-08T10:50:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:41.361932+0000 mgr.smithi022.tswrql (mgr.14182) 870 : 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-12-08T10:50:43.510 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:43.510 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:43.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:43.362336+0000 mgr.smithi022.tswrql (mgr.14182) 871 : 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-12-08T10:50:44.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:43.503966+0000 mgr.smithi022.tswrql (mgr.14182) 872 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:43.362336+0000 mgr.smithi022.tswrql (mgr.14182) 871 : 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-12-08T10:50:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:43.503966+0000 mgr.smithi022.tswrql (mgr.14182) 872 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:44.937 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:46.464 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:46.464 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:45.363063+0000 mgr.smithi022.tswrql (mgr.14182) 873 : 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-12-08T10:50:46.845 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:45.363063+0000 mgr.smithi022.tswrql (mgr.14182) 873 : 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-12-08T10:50:46.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:46.457906+0000 mgr.smithi022.tswrql (mgr.14182) 874 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:47.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:46.457906+0000 mgr.smithi022.tswrql (mgr.14182) 874 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:47.872 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:48.602 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:47.363728+0000 mgr.smithi022.tswrql (mgr.14182) 875 : 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-12-08T10:50:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:47.363728+0000 mgr.smithi022.tswrql (mgr.14182) 875 : 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-12-08T10:50:49.430 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:49.430 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:49.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:49.364194+0000 mgr.smithi022.tswrql (mgr.14182) 876 : 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-12-08T10:50:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:49.424621+0000 mgr.smithi022.tswrql (mgr.14182) 877 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:50.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:49.364194+0000 mgr.smithi022.tswrql (mgr.14182) 876 : 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-12-08T10:50:50.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:49.424621+0000 mgr.smithi022.tswrql (mgr.14182) 877 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:50.870 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:52.367 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:52.367 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:52.793 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:51.364944+0000 mgr.smithi022.tswrql (mgr.14182) 878 : 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-12-08T10:50:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:51.364944+0000 mgr.smithi022.tswrql (mgr.14182) 878 : 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-12-08T10:50:52.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:52.361450+0000 mgr.smithi022.tswrql (mgr.14182) 879 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:53.820 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:53.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:52.361450+0000 mgr.smithi022.tswrql (mgr.14182) 879 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:54.572 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:53.365503+0000 mgr.smithi022.tswrql (mgr.14182) 880 : 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-12-08T10:50:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:53.365503+0000 mgr.smithi022.tswrql (mgr.14182) 880 : 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-12-08T10:50:55.374 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:55.374 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:55.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:55.366021+0000 mgr.smithi022.tswrql (mgr.14182) 881 : 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-12-08T10:50:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:55.369007+0000 mgr.smithi022.tswrql (mgr.14182) 882 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:56.835 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:55.366021+0000 mgr.smithi022.tswrql (mgr.14182) 881 : 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-12-08T10:50:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:55.369007+0000 mgr.smithi022.tswrql (mgr.14182) 882 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:58.332 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:50:58.333 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:50:58.777 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:57.366527+0000 mgr.smithi022.tswrql (mgr.14182) 883 : 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-12-08T10:50:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:57.366527+0000 mgr.smithi022.tswrql (mgr.14182) 883 : 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-12-08T10:50:58.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:50:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:50:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:50:58.326756+0000 mgr.smithi022.tswrql (mgr.14182) 884 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:50:59.803 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:50:59.837 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:50:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:50:58.326756+0000 mgr.smithi022.tswrql (mgr.14182) 884 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:00.767 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:50:59.367148+0000 mgr.smithi022.tswrql (mgr.14182) 885 : 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-12-08T10:51:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:50:59.367148+0000 mgr.smithi022.tswrql (mgr.14182) 885 : 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-12-08T10:51:01.351 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:01.352 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:01.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:01.346089+0000 mgr.smithi022.tswrql (mgr.14182) 886 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:02.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:01.367807+0000 mgr.smithi022.tswrql (mgr.14182) 887 : 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-12-08T10:51:02.809 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:02.842 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:01.346089+0000 mgr.smithi022.tswrql (mgr.14182) 886 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:02.843 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:01.367807+0000 mgr.smithi022.tswrql (mgr.14182) 887 : 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-12-08T10:51:04.327 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:04.327 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:03.368341+0000 mgr.smithi022.tswrql (mgr.14182) 888 : 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-12-08T10:51:04.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:03.368341+0000 mgr.smithi022.tswrql (mgr.14182) 888 : 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-12-08T10:51:05.793 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:05.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:04.321691+0000 mgr.smithi022.tswrql (mgr.14182) 889 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:05.840 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:04.321691+0000 mgr.smithi022.tswrql (mgr.14182) 889 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:06.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:05.369071+0000 mgr.smithi022.tswrql (mgr.14182) 890 : 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-12-08T10:51:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:05.369071+0000 mgr.smithi022.tswrql (mgr.14182) 890 : 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-12-08T10:51:07.479 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:07.479 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:07.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:07.369673+0000 mgr.smithi022.tswrql (mgr.14182) 891 : 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-12-08T10:51:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:07.472963+0000 mgr.smithi022.tswrql (mgr.14182) 892 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:08.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:07.369673+0000 mgr.smithi022.tswrql (mgr.14182) 891 : 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-12-08T10:51:08.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:07.472963+0000 mgr.smithi022.tswrql (mgr.14182) 892 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:08.937 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:10.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:09.370138+0000 mgr.smithi022.tswrql (mgr.14182) 893 : 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-12-08T10:51:10.494 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:10.495 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:10.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:09.370138+0000 mgr.smithi022.tswrql (mgr.14182) 893 : 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-12-08T10:51:10.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:10.489201+0000 mgr.smithi022.tswrql (mgr.14182) 894 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:11.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:10.489201+0000 mgr.smithi022.tswrql (mgr.14182) 894 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:11.948 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:12.318 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:11.370884+0000 mgr.smithi022.tswrql (mgr.14182) 895 : 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-12-08T10:51:12.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:11.370884+0000 mgr.smithi022.tswrql (mgr.14182) 895 : 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-12-08T10:51:13.560 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:13.560 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:14.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:14.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:13.371244+0000 mgr.smithi022.tswrql (mgr.14182) 896 : 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-12-08T10:51:14.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:13.554509+0000 mgr.smithi022.tswrql (mgr.14182) 897 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:13.371244+0000 mgr.smithi022.tswrql (mgr.14182) 896 : 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-12-08T10:51:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:13.554509+0000 mgr.smithi022.tswrql (mgr.14182) 897 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:15.016 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:16.606 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:16.607 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:15.371714+0000 mgr.smithi022.tswrql (mgr.14182) 898 : 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-12-08T10:51:16.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:15.371714+0000 mgr.smithi022.tswrql (mgr.14182) 898 : 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-12-08T10:51:17.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:17.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:16.600764+0000 mgr.smithi022.tswrql (mgr.14182) 899 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:17.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:16.600764+0000 mgr.smithi022.tswrql (mgr.14182) 899 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:18.090 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:18.701 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:17.372317+0000 mgr.smithi022.tswrql (mgr.14182) 900 : 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-12-08T10:51:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:17.372317+0000 mgr.smithi022.tswrql (mgr.14182) 900 : 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-12-08T10:51:19.648 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:19.648 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:20.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:20.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:19.372768+0000 mgr.smithi022.tswrql (mgr.14182) 901 : 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-12-08T10:51:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:19.642946+0000 mgr.smithi022.tswrql (mgr.14182) 902 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:19.372768+0000 mgr.smithi022.tswrql (mgr.14182) 901 : 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-12-08T10:51:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:19.642946+0000 mgr.smithi022.tswrql (mgr.14182) 902 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:21.081 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:22.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:21.373488+0000 mgr.smithi022.tswrql (mgr.14182) 903 : 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-12-08T10:51:22.645 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:22.645 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:22.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:21.373488+0000 mgr.smithi022.tswrql (mgr.14182) 903 : 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-12-08T10:51:23.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:23.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:22.639135+0000 mgr.smithi022.tswrql (mgr.14182) 904 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:23.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:22.639135+0000 mgr.smithi022.tswrql (mgr.14182) 904 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:24.203 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:24.584 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:23.374157+0000 mgr.smithi022.tswrql (mgr.14182) 905 : 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-12-08T10:51:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:23.374157+0000 mgr.smithi022.tswrql (mgr.14182) 905 : 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-12-08T10:51:25.782 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:25.783 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:26.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:26.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:25.374862+0000 mgr.smithi022.tswrql (mgr.14182) 906 : 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-12-08T10:51:26.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:25.776568+0000 mgr.smithi022.tswrql (mgr.14182) 907 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:26.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:25.374862+0000 mgr.smithi022.tswrql (mgr.14182) 906 : 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-12-08T10:51:26.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:25.776568+0000 mgr.smithi022.tswrql (mgr.14182) 907 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:27.229 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:28.767 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:28.767 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:28.789 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:27.375361+0000 mgr.smithi022.tswrql (mgr.14182) 908 : 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-12-08T10:51:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:27.375361+0000 mgr.smithi022.tswrql (mgr.14182) 908 : 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-12-08T10:51:29.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:28.760676+0000 mgr.smithi022.tswrql (mgr.14182) 909 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:29.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:28.760676+0000 mgr.smithi022.tswrql (mgr.14182) 909 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:30.170 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:30.541 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:29.375801+0000 mgr.smithi022.tswrql (mgr.14182) 910 : 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-12-08T10:51:30.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:29.375801+0000 mgr.smithi022.tswrql (mgr.14182) 910 : 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-12-08T10:51:31.684 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:31.684 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:32.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:31.376323+0000 mgr.smithi022.tswrql (mgr.14182) 911 : 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-12-08T10:51:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:31.678351+0000 mgr.smithi022.tswrql (mgr.14182) 912 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:31.376323+0000 mgr.smithi022.tswrql (mgr.14182) 911 : 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-12-08T10:51:32.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:31.678351+0000 mgr.smithi022.tswrql (mgr.14182) 912 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:33.104 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:34.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:33.376685+0000 mgr.smithi022.tswrql (mgr.14182) 913 : 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-12-08T10:51:34.700 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:34.701 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:33.376685+0000 mgr.smithi022.tswrql (mgr.14182) 913 : 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-12-08T10:51:35.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:35.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:34.694865+0000 mgr.smithi022.tswrql (mgr.14182) 914 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:35.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:34.694865+0000 mgr.smithi022.tswrql (mgr.14182) 914 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:36.112 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:36.745 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:35.377279+0000 mgr.smithi022.tswrql (mgr.14182) 915 : 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-12-08T10:51:36.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:35.377279+0000 mgr.smithi022.tswrql (mgr.14182) 915 : 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-12-08T10:51:37.720 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:37.720 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:38.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:37.378057+0000 mgr.smithi022.tswrql (mgr.14182) 916 : 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-12-08T10:51:38.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:37.714314+0000 mgr.smithi022.tswrql (mgr.14182) 917 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:37.378057+0000 mgr.smithi022.tswrql (mgr.14182) 916 : 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-12-08T10:51:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:37.714314+0000 mgr.smithi022.tswrql (mgr.14182) 917 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:39.146 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:39.378468+0000 mgr.smithi022.tswrql (mgr.14182) 918 : 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-12-08T10:51:40.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:39.378468+0000 mgr.smithi022.tswrql (mgr.14182) 918 : 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-12-08T10:51:40.708 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:40.708 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:41.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:40.702720+0000 mgr.smithi022.tswrql (mgr.14182) 919 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:41.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:40.702720+0000 mgr.smithi022.tswrql (mgr.14182) 919 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:42.187 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:42.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:41.379209+0000 mgr.smithi022.tswrql (mgr.14182) 920 : 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-12-08T10:51:42.597 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:41.379209+0000 mgr.smithi022.tswrql (mgr.14182) 920 : 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-12-08T10:51:43.777 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:43.777 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:44.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:44.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:43.379743+0000 mgr.smithi022.tswrql (mgr.14182) 921 : 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-12-08T10:51:44.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:43.771255+0000 mgr.smithi022.tswrql (mgr.14182) 922 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:43.379743+0000 mgr.smithi022.tswrql (mgr.14182) 921 : 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-12-08T10:51:44.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:43.771255+0000 mgr.smithi022.tswrql (mgr.14182) 922 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:45.202 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:46.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:45.380268+0000 mgr.smithi022.tswrql (mgr.14182) 923 : 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-12-08T10:51:46.704 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:46.704 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:45.380268+0000 mgr.smithi022.tswrql (mgr.14182) 923 : 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-12-08T10:51:47.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:46.698577+0000 mgr.smithi022.tswrql (mgr.14182) 924 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:47.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:46.698577+0000 mgr.smithi022.tswrql (mgr.14182) 924 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:48.144 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:48.787 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:47.380984+0000 mgr.smithi022.tswrql (mgr.14182) 925 : 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-12-08T10:51:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:47.380984+0000 mgr.smithi022.tswrql (mgr.14182) 925 : 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-12-08T10:51:49.746 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:49.746 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:50.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:49.381528+0000 mgr.smithi022.tswrql (mgr.14182) 926 : 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-12-08T10:51:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:49.739895+0000 mgr.smithi022.tswrql (mgr.14182) 927 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:50.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:49.381528+0000 mgr.smithi022.tswrql (mgr.14182) 926 : 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-12-08T10:51:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:49.739895+0000 mgr.smithi022.tswrql (mgr.14182) 927 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:51.177 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:52.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:51.382070+0000 mgr.smithi022.tswrql (mgr.14182) 928 : 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-12-08T10:51:52.722 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:52.722 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:51.382070+0000 mgr.smithi022.tswrql (mgr.14182) 928 : 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-12-08T10:51:53.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:52.716702+0000 mgr.smithi022.tswrql (mgr.14182) 929 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:53.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:52.716702+0000 mgr.smithi022.tswrql (mgr.14182) 929 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:54.153 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:54.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:53.382581+0000 mgr.smithi022.tswrql (mgr.14182) 930 : 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-12-08T10:51:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:53.382581+0000 mgr.smithi022.tswrql (mgr.14182) 930 : 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-12-08T10:51:55.738 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:55.739 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:56.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:55.383171+0000 mgr.smithi022.tswrql (mgr.14182) 931 : 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-12-08T10:51:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:55.733403+0000 mgr.smithi022.tswrql (mgr.14182) 932 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:56.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:55.383171+0000 mgr.smithi022.tswrql (mgr.14182) 931 : 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-12-08T10:51:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:55.733403+0000 mgr.smithi022.tswrql (mgr.14182) 932 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:57.186 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:51:58.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:57.383662+0000 mgr.smithi022.tswrql (mgr.14182) 933 : 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-12-08T10:51:58.738 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:51:58.738 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:51:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:57.383662+0000 mgr.smithi022.tswrql (mgr.14182) 933 : 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-12-08T10:51:59.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:51:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:51:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:51:58.733245+0000 mgr.smithi022.tswrql (mgr.14182) 934 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:51:59.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:51:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:51:58.733245+0000 mgr.smithi022.tswrql (mgr.14182) 934 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:00.184 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:00.587 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:51:59.384162+0000 mgr.smithi022.tswrql (mgr.14182) 935 : 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-12-08T10:52:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:51:59.384162+0000 mgr.smithi022.tswrql (mgr.14182) 935 : 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-12-08T10:52:01.755 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:01.755 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:02.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:01.384822+0000 mgr.smithi022.tswrql (mgr.14182) 936 : 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-12-08T10:52:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:01.749034+0000 mgr.smithi022.tswrql (mgr.14182) 937 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:01.384822+0000 mgr.smithi022.tswrql (mgr.14182) 936 : 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-12-08T10:52:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:01.749034+0000 mgr.smithi022.tswrql (mgr.14182) 937 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:03.216 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:03.385253+0000 mgr.smithi022.tswrql (mgr.14182) 938 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:03.385253+0000 mgr.smithi022.tswrql (mgr.14182) 938 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:04.909 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:04.909 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:05.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:05.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:04.904194+0000 mgr.smithi022.tswrql (mgr.14182) 939 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:05.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:04.904194+0000 mgr.smithi022.tswrql (mgr.14182) 939 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:06.391 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:06.777 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:05.385815+0000 mgr.smithi022.tswrql (mgr.14182) 940 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:05.385815+0000 mgr.smithi022.tswrql (mgr.14182) 940 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:08.052 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:08.052 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:44:37.043258Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.sbnklt on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-sbnklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.sbnklt\nDeploy daemon haproxy.nfs.foo.smithi069.sbnklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:42:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:43:59Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.394407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.vcrvfc on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-vcrvfc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.vcrvfc\nDeploy daemon haproxy.nfs.foo.smithi022.vcrvfc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:45:13Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:45:51Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:46:28Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:47:06.397056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.xsopso on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:08.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:07.386414+0000 mgr.smithi022.tswrql (mgr.14182) 941 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:08.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:07.386414+0000 mgr.smithi022.tswrql (mgr.14182) 941 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:09.518 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:08.046370+0000 mgr.smithi022.tswrql (mgr.14182) 942 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:09.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:08.046370+0000 mgr.smithi022.tswrql (mgr.14182) 942 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:10.488 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:09.387135+0000 mgr.smithi022.tswrql (mgr.14182) 943 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:10.489 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:10.232882+0000 mon.smithi022 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.hlzmof"}]: dispatch 2023-12-08T10:52:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:09.387135+0000 mgr.smithi022.tswrql (mgr.14182) 943 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:10.232882+0000 mon.smithi022 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi022.hlzmof"}]: dispatch 2023-12-08T10:52:11.048 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:11.049 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:11.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:52:10.231292+0000 mgr.smithi022.tswrql (mgr.14182) 944 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:52:10.231610+0000 mgr.smithi022.tswrql (mgr.14182) 945 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:52:10.233830+0000 mgr.smithi022.tswrql (mgr.14182) 946 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:52:10.236400+0000 mgr.smithi022.tswrql (mgr.14182) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:52:10.238509+0000 mgr.smithi022.tswrql (mgr.14182) 948 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:10.239587+0000 mgr.smithi022.tswrql (mgr.14182) 949 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:11.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:11.188900+0000 mon.smithi022 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:11.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:52:10.231292+0000 mgr.smithi022.tswrql (mgr.14182) 944 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:52:11.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:52:10.231610+0000 mgr.smithi022.tswrql (mgr.14182) 945 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:52:10.233830+0000 mgr.smithi022.tswrql (mgr.14182) 946 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi022.hlzmof ... 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:50:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-12-08T10:52:11.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:51:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:52:10.236400+0000 mgr.smithi022.tswrql (mgr.14182) 947 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:52:10.238509+0000 mgr.smithi022.tswrql (mgr.14182) 948 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:10.239587+0000 mgr.smithi022.tswrql (mgr.14182) 949 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:11.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:11.188900+0000 mon.smithi022 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-08T10:52:12.466 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:12.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:11.042985+0000 mgr.smithi022.tswrql (mgr.14182) 950 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:12.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:11.042985+0000 mgr.smithi022.tswrql (mgr.14182) 950 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:13.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:12.240344+0000 mgr.smithi022.tswrql (mgr.14182) 951 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:13.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:12.551705+0000 mon.smithi022 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:52:14.005 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:14.006 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:12.240344+0000 mgr.smithi022.tswrql (mgr.14182) 951 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:12.551705+0000 mon.smithi022 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:52:14.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:14.000191+0000 mgr.smithi022.tswrql (mgr.14182) 952 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:15.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:14.000191+0000 mgr.smithi022.tswrql (mgr.14182) 952 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:15.466 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:15.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:14.241000+0000 mgr.smithi022.tswrql (mgr.14182) 953 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:16.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:14.241000+0000 mgr.smithi022.tswrql (mgr.14182) 953 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:16.971 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:16.972 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:17.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:17.563 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:16.241778+0000 mgr.smithi022.tswrql (mgr.14182) 954 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:17.563 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:17 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:16.966150+0000 mgr.smithi022.tswrql (mgr.14182) 955 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:16.241778+0000 mgr.smithi022.tswrql (mgr.14182) 954 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:18.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:17 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:16.966150+0000 mgr.smithi022.tswrql (mgr.14182) 955 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:18.365 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:19.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:19 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:18.242472+0000 mgr.smithi022.tswrql (mgr.14182) 956 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:19.902 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:19.902 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:20.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:19 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:18.242472+0000 mgr.smithi022.tswrql (mgr.14182) 956 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:20.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:20.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:19.896766+0000 mgr.smithi022.tswrql (mgr.14182) 957 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:21.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:19.896766+0000 mgr.smithi022.tswrql (mgr.14182) 957 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:21.298 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:21.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:20.243385+0000 mgr.smithi022.tswrql (mgr.14182) 958 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:22.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:20.243385+0000 mgr.smithi022.tswrql (mgr.14182) 958 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-08T10:52:22.875 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:22.875 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:23.277 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:22.017303+0000 mon.smithi022 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:52:23.277 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:22.244090+0000 mgr.smithi022.tswrql (mgr.14182) 959 : 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-12-08T10:52:23.277 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:22.870133+0000 mgr.smithi022.tswrql (mgr.14182) 960 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:23.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:22.017303+0000 mon.smithi022 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:52:23.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:22.244090+0000 mgr.smithi022.tswrql (mgr.14182) 959 : 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-12-08T10:52:23.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:22.870133+0000 mgr.smithi022.tswrql (mgr.14182) 960 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:23.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:24.302 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:25.454 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:24.244847+0000 mgr.smithi022.tswrql (mgr.14182) 961 : 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-12-08T10:52:25.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:24.244847+0000 mgr.smithi022.tswrql (mgr.14182) 961 : 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-12-08T10:52:25.856 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:25.856 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:26.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:26.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:25.850649+0000 mgr.smithi022.tswrql (mgr.14182) 962 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:26.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:25.850649+0000 mgr.smithi022.tswrql (mgr.14182) 962 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:27.254 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:27.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:26.245574+0000 mgr.smithi022.tswrql (mgr.14182) 963 : 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-12-08T10:52:27.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:26.245574+0000 mgr.smithi022.tswrql (mgr.14182) 963 : 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-12-08T10:52:28.902 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:28.902 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:29.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:29.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:28.246214+0000 mgr.smithi022.tswrql (mgr.14182) 964 : 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-12-08T10:52:29.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:29 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:28.897017+0000 mgr.smithi022.tswrql (mgr.14182) 965 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:28.246214+0000 mgr.smithi022.tswrql (mgr.14182) 964 : 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-12-08T10:52:29.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:29 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:28.897017+0000 mgr.smithi022.tswrql (mgr.14182) 965 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:30.304 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:31.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:31 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:30.246945+0000 mgr.smithi022.tswrql (mgr.14182) 966 : 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-12-08T10:52:31.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:31 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:30.246945+0000 mgr.smithi022.tswrql (mgr.14182) 966 : 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-12-08T10:52:31.908 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:31.909 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:32.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:32.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:31.903049+0000 mgr.smithi022.tswrql (mgr.14182) 967 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:31.903049+0000 mgr.smithi022.tswrql (mgr.14182) 967 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:33.304 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:33.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:32.247641+0000 mgr.smithi022.tswrql (mgr.14182) 968 : 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-12-08T10:52:33.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:32.247641+0000 mgr.smithi022.tswrql (mgr.14182) 968 : 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-12-08T10:52:34.998 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:34.998 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:35.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:34.248348+0000 mgr.smithi022.tswrql (mgr.14182) 969 : 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-12-08T10:52:35.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:35 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:34.992257+0000 mgr.smithi022.tswrql (mgr.14182) 970 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:35.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:34.248348+0000 mgr.smithi022.tswrql (mgr.14182) 969 : 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-12-08T10:52:35.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:35 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:34.992257+0000 mgr.smithi022.tswrql (mgr.14182) 970 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:36.485 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:37.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:36.249261+0000 mgr.smithi022.tswrql (mgr.14182) 971 : 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-12-08T10:52:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:36.249261+0000 mgr.smithi022.tswrql (mgr.14182) 971 : 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-12-08T10:52:38.119 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:38.119 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:38.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:39.519 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:39.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:38.113362+0000 mgr.smithi022.tswrql (mgr.14182) 972 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:39.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:38.249920+0000 mgr.smithi022.tswrql (mgr.14182) 973 : 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-12-08T10:52:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:38.113362+0000 mgr.smithi022.tswrql (mgr.14182) 972 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:38.249920+0000 mgr.smithi022.tswrql (mgr.14182) 973 : 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-12-08T10:52:41.067 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:41.067 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:41.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:41 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:40.250633+0000 mgr.smithi022.tswrql (mgr.14182) 974 : 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-12-08T10:52:41.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:41.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:41 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:40.250633+0000 mgr.smithi022.tswrql (mgr.14182) 974 : 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-12-08T10:52:42.476 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:42.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:41.060253+0000 mgr.smithi022.tswrql (mgr.14182) 975 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:41.060253+0000 mgr.smithi022.tswrql (mgr.14182) 975 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:43.566 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:42.251388+0000 mgr.smithi022.tswrql (mgr.14182) 976 : 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-12-08T10:52:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:42.251388+0000 mgr.smithi022.tswrql (mgr.14182) 976 : 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-12-08T10:52:43.979 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:43.979 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:44.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:44.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:43.973432+0000 mgr.smithi022.tswrql (mgr.14182) 977 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:43.973432+0000 mgr.smithi022.tswrql (mgr.14182) 977 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:45.375 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:45.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:44.252086+0000 mgr.smithi022.tswrql (mgr.14182) 978 : 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-12-08T10:52:45.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:44.252086+0000 mgr.smithi022.tswrql (mgr.14182) 978 : 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-12-08T10:52:46.939 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:46.940 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:47.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:47.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:46.252843+0000 mgr.smithi022.tswrql (mgr.14182) 979 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:47.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:47 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:46.933862+0000 mgr.smithi022.tswrql (mgr.14182) 980 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:46.252843+0000 mgr.smithi022.tswrql (mgr.14182) 979 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:47.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:47 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:46.933862+0000 mgr.smithi022.tswrql (mgr.14182) 980 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:48.404 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:49.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:48.253626+0000 mgr.smithi022.tswrql (mgr.14182) 981 : 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-12-08T10:52:49.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:48.253626+0000 mgr.smithi022.tswrql (mgr.14182) 981 : 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-12-08T10:52:50.049 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:50.049 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:50.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:51.542 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:51.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:50.043761+0000 mgr.smithi022.tswrql (mgr.14182) 982 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:51.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:50.254325+0000 mgr.smithi022.tswrql (mgr.14182) 983 : 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-12-08T10:52:51.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:50.043761+0000 mgr.smithi022.tswrql (mgr.14182) 982 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:51.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:50.254325+0000 mgr.smithi022.tswrql (mgr.14182) 983 : 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-12-08T10:52:53.089 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:53.090 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:53.507 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:53 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:52.255037+0000 mgr.smithi022.tswrql (mgr.14182) 984 : 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-12-08T10:52:53.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:53.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:53 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:52.255037+0000 mgr.smithi022.tswrql (mgr.14182) 984 : 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-12-08T10:52:54.534 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:54.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:53.083909+0000 mgr.smithi022.tswrql (mgr.14182) 985 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:53.083909+0000 mgr.smithi022.tswrql (mgr.14182) 985 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:55.505 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:54.255669+0000 mgr.smithi022.tswrql (mgr.14182) 986 : 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-12-08T10:52:55.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:54.255669+0000 mgr.smithi022.tswrql (mgr.14182) 986 : 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-12-08T10:52:56.081 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:56.082 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:56.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:57.523 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:52:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:56.075866+0000 mgr.smithi022.tswrql (mgr.14182) 987 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:56.256365+0000 mgr.smithi022.tswrql (mgr.14182) 988 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:56.075866+0000 mgr.smithi022.tswrql (mgr.14182) 987 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:52:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:56.256365+0000 mgr.smithi022.tswrql (mgr.14182) 988 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:52:59.073 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:52:59.073 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:52:59.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:52:59.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:52:59 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:52:58.256979+0000 mgr.smithi022.tswrql (mgr.14182) 989 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:52:59.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:52:59 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:52:58.256979+0000 mgr.smithi022.tswrql (mgr.14182) 989 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:00.473 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:00.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:52:59.067452+0000 mgr.smithi022.tswrql (mgr.14182) 990 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:00.843 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:52:59.067452+0000 mgr.smithi022.tswrql (mgr.14182) 990 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:00.257856+0000 mgr.smithi022.tswrql (mgr.14182) 991 : 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-12-08T10:53:01.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:00.257856+0000 mgr.smithi022.tswrql (mgr.14182) 991 : 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-12-08T10:53:02.052 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:02.052 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:02.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:03.490 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:02.045306+0000 mgr.smithi022.tswrql (mgr.14182) 992 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:02.258504+0000 mgr.smithi022.tswrql (mgr.14182) 993 : 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-12-08T10:53:03.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:02.045306+0000 mgr.smithi022.tswrql (mgr.14182) 992 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:02.258504+0000 mgr.smithi022.tswrql (mgr.14182) 993 : 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-12-08T10:53:05.057 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:05.057 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:05.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:05 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:04.259210+0000 mgr.smithi022.tswrql (mgr.14182) 994 : 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-12-08T10:53:05.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:05 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:04.259210+0000 mgr.smithi022.tswrql (mgr.14182) 994 : 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-12-08T10:53:05.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:06.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:05.051819+0000 mgr.smithi022.tswrql (mgr.14182) 995 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:06.564 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:06.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:05.051819+0000 mgr.smithi022.tswrql (mgr.14182) 995 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:07.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:06.260047+0000 mgr.smithi022.tswrql (mgr.14182) 996 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:07.551 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:06.260047+0000 mgr.smithi022.tswrql (mgr.14182) 996 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:08.114 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:08.114 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:08.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:09.513 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:09.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:08.108581+0000 mgr.smithi022.tswrql (mgr.14182) 997 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:09.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:08.260707+0000 mgr.smithi022.tswrql (mgr.14182) 998 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:08.108581+0000 mgr.smithi022.tswrql (mgr.14182) 997 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:08.260707+0000 mgr.smithi022.tswrql (mgr.14182) 998 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-08T10:53:10.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:10.242878+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:53:10.794 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:10.242878+0000 mon.smithi022 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T10:53:11.118 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:11.118 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:08.026673Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:08.027627Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:08.026876Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:08.026975Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:08.027065Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:08.027216Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:11.507 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:11 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:10.261467+0000 mgr.smithi022.tswrql (mgr.14182) 999 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:11.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:10.261467+0000 mgr.smithi022.tswrql (mgr.14182) 999 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:11.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:12.735 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:12.767 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:11.113077+0000 mgr.smithi022.tswrql (mgr.14182) 1000 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:12.767 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:11.713855+0000 mon.smithi022 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:13.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:11.113077+0000 mgr.smithi022.tswrql (mgr.14182) 1000 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:13.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:11.713855+0000 mon.smithi022 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:13.995 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:13 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:12.262098+0000 mgr.smithi022.tswrql (mgr.14182) 1001 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:14.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:13 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:12.262098+0000 mgr.smithi022.tswrql (mgr.14182) 1001 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:14.698 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:14.698 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:47:10.973847Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:47:10.973927Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:47:10.974003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:47:10.974509Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:47:10.973755Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:47:10.973569Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:47:10.974581Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:47:10.974077Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:47:10.974222Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:47:10.974149Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:15.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:16.287 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:14.262702+0000 mgr.smithi022.tswrql (mgr.14182) 1002 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:14.693185+0000 mgr.smithi022.tswrql (mgr.14182) 1003 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:14.930296+0000 mon.smithi022 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:15.395810+0000 mon.smithi022 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:15.396583+0000 mon.smithi022 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:53:16.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:15.401228+0000 mon.smithi022 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:16.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:15.405225+0000 mon.smithi022 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:53:16.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:15.413275+0000 mon.smithi022 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:14.262702+0000 mgr.smithi022.tswrql (mgr.14182) 1002 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:14.693185+0000 mgr.smithi022.tswrql (mgr.14182) 1003 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:14.930296+0000 mon.smithi022 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:15.395810+0000 mon.smithi022 (mon.0) 712 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:15.396583+0000 mon.smithi022 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:15.401228+0000 mon.smithi022 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:15.405225+0000 mon.smithi022 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T10:53:16.321 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:15.413275+0000 mon.smithi022 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:17.074 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:15.401763+0000 mgr.smithi022.tswrql (mgr.14182) 1004 : 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-12-08T10:53:17.074 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:53:15.415743+0000 mgr.smithi022.tswrql (mgr.14182) 1005 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hivjfa on smithi069 2023-12-08T10:53:17.074 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:16.399275+0000 mon.smithi022 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:53:17.074 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:16.399306+0000 mon.smithi022 (mon.0) 718 : cluster [INF] Cluster is now healthy 2023-12-08T10:53:17.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:15.401763+0000 mgr.smithi022.tswrql (mgr.14182) 1004 : 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-12-08T10:53:17.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:53:15.415743+0000 mgr.smithi022.tswrql (mgr.14182) 1005 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi069.hivjfa on smithi069 2023-12-08T10:53:17.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:16.399275+0000 mon.smithi022 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-08T10:53:17.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:16.399306+0000 mon.smithi022 (mon.0) 718 : cluster [INF] Cluster is now healthy 2023-12-08T10:53:17.834 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:17.834 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:18.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:19.261 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:19.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:17.402322+0000 mgr.smithi022.tswrql (mgr.14182) 1006 : cluster [DBG] pgmap v610: 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-12-08T10:53:19.298 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:17.828627+0000 mgr.smithi022.tswrql (mgr.14182) 1007 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:19.298 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:17.402322+0000 mgr.smithi022.tswrql (mgr.14182) 1006 : cluster [DBG] pgmap v610: 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-12-08T10:53:19.298 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:17.828627+0000 mgr.smithi022.tswrql (mgr.14182) 1007 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:19.402836+0000 mgr.smithi022.tswrql (mgr.14182) 1008 : cluster [DBG] pgmap v611: 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-12-08T10:53:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:19.402836+0000 mgr.smithi022.tswrql (mgr.14182) 1008 : cluster [DBG] pgmap v611: 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-12-08T10:53:20.845 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:20.845 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:21.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:21.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:20.839822+0000 mgr.smithi022.tswrql (mgr.14182) 1009 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:21.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:20.839822+0000 mgr.smithi022.tswrql (mgr.14182) 1009 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:22.269 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:23.277 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:21.403455+0000 mgr.smithi022.tswrql (mgr.14182) 1010 : cluster [DBG] pgmap v612: 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-12-08T10:53:23.277 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:23 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:22.018567+0000 mon.smithi022 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:23.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:21.403455+0000 mgr.smithi022.tswrql (mgr.14182) 1010 : cluster [DBG] pgmap v612: 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-12-08T10:53:23.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:23 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:22.018567+0000 mon.smithi022 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' 2023-12-08T10:53:23.865 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:23.866 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:24.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:25.278 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:23.404014+0000 mgr.smithi022.tswrql (mgr.14182) 1011 : cluster [DBG] pgmap v613: 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-12-08T10:53:25.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:25 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:23.859879+0000 mgr.smithi022.tswrql (mgr.14182) 1012 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:25.313 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:23.404014+0000 mgr.smithi022.tswrql (mgr.14182) 1011 : cluster [DBG] pgmap v613: 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-12-08T10:53:25.314 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:25 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:23.859879+0000 mgr.smithi022.tswrql (mgr.14182) 1012 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:26.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:25.404555+0000 mgr.smithi022.tswrql (mgr.14182) 1013 : cluster [DBG] pgmap v614: 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-12-08T10:53:26.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:25.404555+0000 mgr.smithi022.tswrql (mgr.14182) 1013 : cluster [DBG] pgmap v614: 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-12-08T10:53:26.815 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:26.815 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:27.098 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:26.809931+0000 mgr.smithi022.tswrql (mgr.14182) 1014 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:27.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:27.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:26.809931+0000 mgr.smithi022.tswrql (mgr.14182) 1014 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:28.262 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:28.296 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:27.405188+0000 mgr.smithi022.tswrql (mgr.14182) 1015 : 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-12-08T10:53:28.297 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:27.405188+0000 mgr.smithi022.tswrql (mgr.14182) 1015 : 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-12-08T10:53:29.841 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:29.841 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:30.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:29.405674+0000 mgr.smithi022.tswrql (mgr.14182) 1016 : 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-12-08T10:53:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:29.835377+0000 mgr.smithi022.tswrql (mgr.14182) 1017 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:30.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:29.405674+0000 mgr.smithi022.tswrql (mgr.14182) 1016 : 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-12-08T10:53:30.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:29.835377+0000 mgr.smithi022.tswrql (mgr.14182) 1017 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:31.286 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:31.406119+0000 mgr.smithi022.tswrql (mgr.14182) 1018 : 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-12-08T10:53:32.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:31.406119+0000 mgr.smithi022.tswrql (mgr.14182) 1018 : 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-12-08T10:53:32.860 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:32.860 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:33.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:33.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:32.855171+0000 mgr.smithi022.tswrql (mgr.14182) 1019 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:33.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:32.855171+0000 mgr.smithi022.tswrql (mgr.14182) 1019 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:34.327 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:34.738 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:33.406640+0000 mgr.smithi022.tswrql (mgr.14182) 1020 : 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-12-08T10:53:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:33.406640+0000 mgr.smithi022.tswrql (mgr.14182) 1020 : 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-12-08T10:53:35.922 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:35.922 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:36.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:36.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:35.407352+0000 mgr.smithi022.tswrql (mgr.14182) 1021 : 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-12-08T10:53:36.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:35.916377+0000 mgr.smithi022.tswrql (mgr.14182) 1022 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:35.407352+0000 mgr.smithi022.tswrql (mgr.14182) 1021 : 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-12-08T10:53:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:35.916377+0000 mgr.smithi022.tswrql (mgr.14182) 1022 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:37.424 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:37.407927+0000 mgr.smithi022.tswrql (mgr.14182) 1023 : 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-12-08T10:53:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:37.407927+0000 mgr.smithi022.tswrql (mgr.14182) 1023 : 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-12-08T10:53:38.857 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:38.857 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:39.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:38.852237+0000 mgr.smithi022.tswrql (mgr.14182) 1024 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:39.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:38.852237+0000 mgr.smithi022.tswrql (mgr.14182) 1024 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:40.334 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:40.746 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:39.408531+0000 mgr.smithi022.tswrql (mgr.14182) 1025 : 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-12-08T10:53:40.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:39.408531+0000 mgr.smithi022.tswrql (mgr.14182) 1025 : 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-12-08T10:53:42.013 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:42.013 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:42.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:41.409079+0000 mgr.smithi022.tswrql (mgr.14182) 1026 : 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-12-08T10:53:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:42.007783+0000 mgr.smithi022.tswrql (mgr.14182) 1027 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:42.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:41.409079+0000 mgr.smithi022.tswrql (mgr.14182) 1026 : 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-12-08T10:53:42.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:42.007783+0000 mgr.smithi022.tswrql (mgr.14182) 1027 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:43.460 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:44.760 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:43.409685+0000 mgr.smithi022.tswrql (mgr.14182) 1028 : 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-12-08T10:53:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:43.409685+0000 mgr.smithi022.tswrql (mgr.14182) 1028 : 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-12-08T10:53:44.960 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:44.960 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:45.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:45.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:44.954612+0000 mgr.smithi022.tswrql (mgr.14182) 1029 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:45.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:44.954612+0000 mgr.smithi022.tswrql (mgr.14182) 1029 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:46.366 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:46.743 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:45.410354+0000 mgr.smithi022.tswrql (mgr.14182) 1030 : 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-12-08T10:53:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:45.410354+0000 mgr.smithi022.tswrql (mgr.14182) 1030 : 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-12-08T10:53:47.932 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:47.933 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:48.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:48.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:47.410984+0000 mgr.smithi022.tswrql (mgr.14182) 1031 : 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-12-08T10:53:48.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:47.926918+0000 mgr.smithi022.tswrql (mgr.14182) 1032 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:47.410984+0000 mgr.smithi022.tswrql (mgr.14182) 1031 : 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-12-08T10:53:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:47.926918+0000 mgr.smithi022.tswrql (mgr.14182) 1032 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:49.366 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:50.464 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:49.411459+0000 mgr.smithi022.tswrql (mgr.14182) 1033 : 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-12-08T10:53:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:49.411459+0000 mgr.smithi022.tswrql (mgr.14182) 1033 : 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-12-08T10:53:50.877 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:50.878 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:51.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:51.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:50.872266+0000 mgr.smithi022.tswrql (mgr.14182) 1034 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:51.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:50.872266+0000 mgr.smithi022.tswrql (mgr.14182) 1034 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:52.282 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:51.412274+0000 mgr.smithi022.tswrql (mgr.14182) 1035 : 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-12-08T10:53:52.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:51.412274+0000 mgr.smithi022.tswrql (mgr.14182) 1035 : 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-12-08T10:53:53.846 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:53.846 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:54.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:53.412862+0000 mgr.smithi022.tswrql (mgr.14182) 1036 : 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-12-08T10:53:54.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:53.840904+0000 mgr.smithi022.tswrql (mgr.14182) 1037 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:53.412862+0000 mgr.smithi022.tswrql (mgr.14182) 1036 : 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-12-08T10:53:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:53.840904+0000 mgr.smithi022.tswrql (mgr.14182) 1037 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:55.266 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:55.413379+0000 mgr.smithi022.tswrql (mgr.14182) 1038 : 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-12-08T10:53:56.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:55.413379+0000 mgr.smithi022.tswrql (mgr.14182) 1038 : 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-12-08T10:53:56.885 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:56.885 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:53:57.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:53:57.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:56.879560+0000 mgr.smithi022.tswrql (mgr.14182) 1039 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:56.879560+0000 mgr.smithi022.tswrql (mgr.14182) 1039 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:53:58.296 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:53:58.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:53:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:57.413911+0000 mgr.smithi022.tswrql (mgr.14182) 1040 : 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-12-08T10:53:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:53:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:57.413911+0000 mgr.smithi022.tswrql (mgr.14182) 1040 : 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-12-08T10:53:59.768 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:53:59.768 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:00.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:53:59.414350+0000 mgr.smithi022.tswrql (mgr.14182) 1041 : 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-12-08T10:54:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:53:59.762484+0000 mgr.smithi022.tswrql (mgr.14182) 1042 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:00.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:53:59.414350+0000 mgr.smithi022.tswrql (mgr.14182) 1041 : 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-12-08T10:54:00.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:53:59.762484+0000 mgr.smithi022.tswrql (mgr.14182) 1042 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:01.174 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:02.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:01.414908+0000 mgr.smithi022.tswrql (mgr.14182) 1043 : 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-12-08T10:54:02.738 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:02.739 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:01.414908+0000 mgr.smithi022.tswrql (mgr.14182) 1043 : 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-12-08T10:54:03.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:02.733036+0000 mgr.smithi022.tswrql (mgr.14182) 1044 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:03.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:02.733036+0000 mgr.smithi022.tswrql (mgr.14182) 1044 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:04.144 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:04.733 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:03.415374+0000 mgr.smithi022.tswrql (mgr.14182) 1045 : 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-12-08T10:54:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:03.415374+0000 mgr.smithi022.tswrql (mgr.14182) 1045 : 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-12-08T10:54:05.704 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:05.704 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:06.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:05.415937+0000 mgr.smithi022.tswrql (mgr.14182) 1046 : 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-12-08T10:54:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:05.698687+0000 mgr.smithi022.tswrql (mgr.14182) 1047 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:06.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:05.415937+0000 mgr.smithi022.tswrql (mgr.14182) 1046 : 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-12-08T10:54:06.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:05.698687+0000 mgr.smithi022.tswrql (mgr.14182) 1047 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:07.165 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:08.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:07.416552+0000 mgr.smithi022.tswrql (mgr.14182) 1048 : 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-12-08T10:54:08.664 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:08.664 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:07.416552+0000 mgr.smithi022.tswrql (mgr.14182) 1048 : 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-12-08T10:54:09.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:08.658691+0000 mgr.smithi022.tswrql (mgr.14182) 1049 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:09.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:08.658691+0000 mgr.smithi022.tswrql (mgr.14182) 1049 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:10.070 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:09.417221+0000 mgr.smithi022.tswrql (mgr.14182) 1050 : 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-12-08T10:54:10.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:09.417221+0000 mgr.smithi022.tswrql (mgr.14182) 1050 : 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-12-08T10:54:11.678 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:11.678 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:12.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:11.417766+0000 mgr.smithi022.tswrql (mgr.14182) 1051 : 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-12-08T10:54:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:11.672461+0000 mgr.smithi022.tswrql (mgr.14182) 1052 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:12.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:11.417766+0000 mgr.smithi022.tswrql (mgr.14182) 1051 : 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-12-08T10:54:12.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:11.672461+0000 mgr.smithi022.tswrql (mgr.14182) 1052 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:13.112 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:14.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:13.418170+0000 mgr.smithi022.tswrql (mgr.14182) 1053 : 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-12-08T10:54:14.655 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:14.655 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:13.418170+0000 mgr.smithi022.tswrql (mgr.14182) 1053 : 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-12-08T10:54:15.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:15.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:14.649915+0000 mgr.smithi022.tswrql (mgr.14182) 1054 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:15.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:14.649915+0000 mgr.smithi022.tswrql (mgr.14182) 1054 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:16.053 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:15.418827+0000 mgr.smithi022.tswrql (mgr.14182) 1055 : 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-12-08T10:54:16.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:15.418827+0000 mgr.smithi022.tswrql (mgr.14182) 1055 : 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-12-08T10:54:17.747 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:17.747 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:18.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:17.419324+0000 mgr.smithi022.tswrql (mgr.14182) 1056 : 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-12-08T10:54:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:17.740933+0000 mgr.smithi022.tswrql (mgr.14182) 1057 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:18.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:17.419324+0000 mgr.smithi022.tswrql (mgr.14182) 1056 : 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-12-08T10:54:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:17.740933+0000 mgr.smithi022.tswrql (mgr.14182) 1057 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:19.202 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:20.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:19.419780+0000 mgr.smithi022.tswrql (mgr.14182) 1058 : 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-12-08T10:54:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:19.419780+0000 mgr.smithi022.tswrql (mgr.14182) 1058 : 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-12-08T10:54:20.780 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:20.781 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:21.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:21.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:20.775219+0000 mgr.smithi022.tswrql (mgr.14182) 1059 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:21.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:20.775219+0000 mgr.smithi022.tswrql (mgr.14182) 1059 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:22.245 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:22.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:21.420336+0000 mgr.smithi022.tswrql (mgr.14182) 1060 : 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-12-08T10:54:22.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:21.420336+0000 mgr.smithi022.tswrql (mgr.14182) 1060 : 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-12-08T10:54:23.802 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:23.803 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:24.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:23.420841+0000 mgr.smithi022.tswrql (mgr.14182) 1061 : 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-12-08T10:54:24.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:23.796700+0000 mgr.smithi022.tswrql (mgr.14182) 1062 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:23.420841+0000 mgr.smithi022.tswrql (mgr.14182) 1061 : 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-12-08T10:54:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:23.796700+0000 mgr.smithi022.tswrql (mgr.14182) 1062 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:25.203 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:26.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:25.421340+0000 mgr.smithi022.tswrql (mgr.14182) 1063 : 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-12-08T10:54:26.727 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:26.727 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:26.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:25.421340+0000 mgr.smithi022.tswrql (mgr.14182) 1063 : 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-12-08T10:54:27.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:27.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:26.721181+0000 mgr.smithi022.tswrql (mgr.14182) 1064 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:27.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:26.721181+0000 mgr.smithi022.tswrql (mgr.14182) 1064 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:28.127 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:28.752 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:27.421913+0000 mgr.smithi022.tswrql (mgr.14182) 1065 : 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-12-08T10:54:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:27.421913+0000 mgr.smithi022.tswrql (mgr.14182) 1065 : 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-12-08T10:54:29.722 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:29.722 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:30.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:29.422391+0000 mgr.smithi022.tswrql (mgr.14182) 1066 : 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-12-08T10:54:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:29.716288+0000 mgr.smithi022.tswrql (mgr.14182) 1067 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:29.422391+0000 mgr.smithi022.tswrql (mgr.14182) 1066 : 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-12-08T10:54:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:29.716288+0000 mgr.smithi022.tswrql (mgr.14182) 1067 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:31.117 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:32.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:31.423298+0000 mgr.smithi022.tswrql (mgr.14182) 1068 : 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-12-08T10:54:32.687 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:32.687 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:31.423298+0000 mgr.smithi022.tswrql (mgr.14182) 1068 : 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-12-08T10:54:33.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:33.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:32.681777+0000 mgr.smithi022.tswrql (mgr.14182) 1069 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:33.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:32.681777+0000 mgr.smithi022.tswrql (mgr.14182) 1069 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:34.132 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:34.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:33.423753+0000 mgr.smithi022.tswrql (mgr.14182) 1070 : 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-12-08T10:54:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:33.423753+0000 mgr.smithi022.tswrql (mgr.14182) 1070 : 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-12-08T10:54:35.735 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:35.736 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:36.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:35.424322+0000 mgr.smithi022.tswrql (mgr.14182) 1071 : 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-12-08T10:54:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:35.730040+0000 mgr.smithi022.tswrql (mgr.14182) 1072 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:36.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:35.424322+0000 mgr.smithi022.tswrql (mgr.14182) 1071 : 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-12-08T10:54:36.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:35.730040+0000 mgr.smithi022.tswrql (mgr.14182) 1072 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:37.177 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:38.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:37.424933+0000 mgr.smithi022.tswrql (mgr.14182) 1073 : 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-12-08T10:54:38.678 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:38.678 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:37.424933+0000 mgr.smithi022.tswrql (mgr.14182) 1073 : 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-12-08T10:54:39.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:38.672894+0000 mgr.smithi022.tswrql (mgr.14182) 1074 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:39.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:38.672894+0000 mgr.smithi022.tswrql (mgr.14182) 1074 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:40.124 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:40.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:39.425521+0000 mgr.smithi022.tswrql (mgr.14182) 1075 : 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-12-08T10:54:40.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:39.425521+0000 mgr.smithi022.tswrql (mgr.14182) 1075 : 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-12-08T10:54:41.676 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:41.676 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:42.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:41.426044+0000 mgr.smithi022.tswrql (mgr.14182) 1076 : 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-12-08T10:54:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:41.670688+0000 mgr.smithi022.tswrql (mgr.14182) 1077 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:41.426044+0000 mgr.smithi022.tswrql (mgr.14182) 1076 : 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-12-08T10:54:42.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:41.670688+0000 mgr.smithi022.tswrql (mgr.14182) 1077 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:43.117 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:44.640 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:44.641 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:44.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:43.426627+0000 mgr.smithi022.tswrql (mgr.14182) 1078 : 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-12-08T10:54:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:43.426627+0000 mgr.smithi022.tswrql (mgr.14182) 1078 : 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-12-08T10:54:45.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:45.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:44.634918+0000 mgr.smithi022.tswrql (mgr.14182) 1079 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:45.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:44.634918+0000 mgr.smithi022.tswrql (mgr.14182) 1079 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:46.075 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:45.427333+0000 mgr.smithi022.tswrql (mgr.14182) 1080 : 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-12-08T10:54:46.834 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:45.427333+0000 mgr.smithi022.tswrql (mgr.14182) 1080 : 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-12-08T10:54:47.600 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:47.600 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:48.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:47.427827+0000 mgr.smithi022.tswrql (mgr.14182) 1081 : 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-12-08T10:54:48.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:47.594057+0000 mgr.smithi022.tswrql (mgr.14182) 1082 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:48.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:47.427827+0000 mgr.smithi022.tswrql (mgr.14182) 1081 : 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-12-08T10:54:48.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:47.594057+0000 mgr.smithi022.tswrql (mgr.14182) 1082 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:49.005 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:49.428265+0000 mgr.smithi022.tswrql (mgr.14182) 1083 : 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-12-08T10:54:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:49.428265+0000 mgr.smithi022.tswrql (mgr.14182) 1083 : 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-12-08T10:54:50.607 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:50.607 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:51.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:51.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:50.601828+0000 mgr.smithi022.tswrql (mgr.14182) 1084 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:51.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:50.601828+0000 mgr.smithi022.tswrql (mgr.14182) 1084 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:52.071 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:52.465 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:51.428981+0000 mgr.smithi022.tswrql (mgr.14182) 1085 : 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-12-08T10:54:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:51.428981+0000 mgr.smithi022.tswrql (mgr.14182) 1085 : 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-12-08T10:54:53.676 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:53.676 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:54.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:54.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:53.429378+0000 mgr.smithi022.tswrql (mgr.14182) 1086 : 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-12-08T10:54:54.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:53.670372+0000 mgr.smithi022.tswrql (mgr.14182) 1087 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:53.429378+0000 mgr.smithi022.tswrql (mgr.14182) 1086 : 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-12-08T10:54:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:53.670372+0000 mgr.smithi022.tswrql (mgr.14182) 1087 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:55.079 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:56.614 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:56.614 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:55.430115+0000 mgr.smithi022.tswrql (mgr.14182) 1088 : 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-12-08T10:54:56.823 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:55.430115+0000 mgr.smithi022.tswrql (mgr.14182) 1088 : 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-12-08T10:54:57.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:54:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:56.608679+0000 mgr.smithi022.tswrql (mgr.14182) 1089 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:57.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:56.608679+0000 mgr.smithi022.tswrql (mgr.14182) 1089 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:54:58.021 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:54:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:54:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:57.430858+0000 mgr.smithi022.tswrql (mgr.14182) 1090 : 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-12-08T10:54:58.815 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:54:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:57.430858+0000 mgr.smithi022.tswrql (mgr.14182) 1090 : 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-12-08T10:54:59.596 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:54:59.596 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:54:59.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:00.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:54:59.431371+0000 mgr.smithi022.tswrql (mgr.14182) 1091 : 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-12-08T10:55:00.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:54:59.590601+0000 mgr.smithi022.tswrql (mgr.14182) 1092 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:00.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:54:59.431371+0000 mgr.smithi022.tswrql (mgr.14182) 1091 : 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-12-08T10:55:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:54:59.590601+0000 mgr.smithi022.tswrql (mgr.14182) 1092 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:00.996 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:02.514 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:02.514 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:02.773 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:01.431981+0000 mgr.smithi022.tswrql (mgr.14182) 1093 : 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-12-08T10:55:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:01.431981+0000 mgr.smithi022.tswrql (mgr.14182) 1093 : 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-12-08T10:55:02.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:02.508409+0000 mgr.smithi022.tswrql (mgr.14182) 1094 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:03.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:02.508409+0000 mgr.smithi022.tswrql (mgr.14182) 1094 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:03.971 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:04.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:03.432442+0000 mgr.smithi022.tswrql (mgr.14182) 1095 : 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-12-08T10:55:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:03.432442+0000 mgr.smithi022.tswrql (mgr.14182) 1095 : 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-12-08T10:55:05.605 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:05.605 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:06.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:05.432937+0000 mgr.smithi022.tswrql (mgr.14182) 1096 : 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-12-08T10:55:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:05.599510+0000 mgr.smithi022.tswrql (mgr.14182) 1097 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:06.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:05.432937+0000 mgr.smithi022.tswrql (mgr.14182) 1096 : 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-12-08T10:55:06.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:05.599510+0000 mgr.smithi022.tswrql (mgr.14182) 1097 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:07.051 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:08.649 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:08.650 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:07.433446+0000 mgr.smithi022.tswrql (mgr.14182) 1098 : 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-12-08T10:55:08.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:07.433446+0000 mgr.smithi022.tswrql (mgr.14182) 1098 : 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-12-08T10:55:09.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:08.644293+0000 mgr.smithi022.tswrql (mgr.14182) 1099 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:09.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:08.644293+0000 mgr.smithi022.tswrql (mgr.14182) 1099 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:10.105 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:09.433983+0000 mgr.smithi022.tswrql (mgr.14182) 1100 : 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-12-08T10:55:10.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:09.433983+0000 mgr.smithi022.tswrql (mgr.14182) 1100 : 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-12-08T10:55:11.674 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:11.674 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:12.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:11.434503+0000 mgr.smithi022.tswrql (mgr.14182) 1101 : 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-12-08T10:55:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:11.668634+0000 mgr.smithi022.tswrql (mgr.14182) 1102 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:12.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:11.434503+0000 mgr.smithi022.tswrql (mgr.14182) 1101 : 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-12-08T10:55:12.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:11.668634+0000 mgr.smithi022.tswrql (mgr.14182) 1102 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:13.150 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:14.686 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:14.686 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:13.434968+0000 mgr.smithi022.tswrql (mgr.14182) 1103 : 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-12-08T10:55:14.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:13.434968+0000 mgr.smithi022.tswrql (mgr.14182) 1103 : 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-12-08T10:55:15.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:15.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:14.679796+0000 mgr.smithi022.tswrql (mgr.14182) 1104 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:15.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:14.679796+0000 mgr.smithi022.tswrql (mgr.14182) 1104 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:16.103 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:15.435596+0000 mgr.smithi022.tswrql (mgr.14182) 1105 : 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-12-08T10:55:16.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:15.435596+0000 mgr.smithi022.tswrql (mgr.14182) 1105 : 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-12-08T10:55:17.691 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:17.692 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:18.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:17.436092+0000 mgr.smithi022.tswrql (mgr.14182) 1106 : 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-12-08T10:55:18.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:17.685664+0000 mgr.smithi022.tswrql (mgr.14182) 1107 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:17.436092+0000 mgr.smithi022.tswrql (mgr.14182) 1106 : 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-12-08T10:55:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:17.685664+0000 mgr.smithi022.tswrql (mgr.14182) 1107 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:19.094 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:19.436528+0000 mgr.smithi022.tswrql (mgr.14182) 1108 : 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-12-08T10:55:20.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:19.436528+0000 mgr.smithi022.tswrql (mgr.14182) 1108 : 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-12-08T10:55:20.722 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:20.722 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:21.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:21.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:20.716863+0000 mgr.smithi022.tswrql (mgr.14182) 1109 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:21.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:20.716863+0000 mgr.smithi022.tswrql (mgr.14182) 1109 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:22.117 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:22.504 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:21.437158+0000 mgr.smithi022.tswrql (mgr.14182) 1110 : 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-12-08T10:55:22.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:21.437158+0000 mgr.smithi022.tswrql (mgr.14182) 1110 : 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-12-08T10:55:23.650 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:23.651 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:24.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:24.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:23.437528+0000 mgr.smithi022.tswrql (mgr.14182) 1111 : 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-12-08T10:55:24.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:23.644586+0000 mgr.smithi022.tswrql (mgr.14182) 1112 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:23.437528+0000 mgr.smithi022.tswrql (mgr.14182) 1111 : 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-12-08T10:55:24.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:23.644586+0000 mgr.smithi022.tswrql (mgr.14182) 1112 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:25.066 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:26.660 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:26.660 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:25.438096+0000 mgr.smithi022.tswrql (mgr.14182) 1113 : 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-12-08T10:55:26.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:25.438096+0000 mgr.smithi022.tswrql (mgr.14182) 1113 : 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-12-08T10:55:27.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:27.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:26.654210+0000 mgr.smithi022.tswrql (mgr.14182) 1114 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:27.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:26.654210+0000 mgr.smithi022.tswrql (mgr.14182) 1114 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:28.117 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:27.438906+0000 mgr.smithi022.tswrql (mgr.14182) 1115 : 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-12-08T10:55:28.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:27.438906+0000 mgr.smithi022.tswrql (mgr.14182) 1115 : 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-12-08T10:55:29.713 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:29.713 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:30.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:30.348 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:29.439361+0000 mgr.smithi022.tswrql (mgr.14182) 1116 : 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-12-08T10:55:30.349 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:29.706960+0000 mgr.smithi022.tswrql (mgr.14182) 1117 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:29.439361+0000 mgr.smithi022.tswrql (mgr.14182) 1116 : 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-12-08T10:55:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:29.706960+0000 mgr.smithi022.tswrql (mgr.14182) 1117 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:31.123 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:32.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:31.440046+0000 mgr.smithi022.tswrql (mgr.14182) 1118 : 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-12-08T10:55:32.659 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:32.659 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:31.440046+0000 mgr.smithi022.tswrql (mgr.14182) 1118 : 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-12-08T10:55:33.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:33.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:33 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:32.653928+0000 mgr.smithi022.tswrql (mgr.14182) 1119 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:33.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:33 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:32.653928+0000 mgr.smithi022.tswrql (mgr.14182) 1119 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:34.074 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:34.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:33.440763+0000 mgr.smithi022.tswrql (mgr.14182) 1120 : 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-12-08T10:55:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:33.440763+0000 mgr.smithi022.tswrql (mgr.14182) 1120 : 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-12-08T10:55:35.557 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:35.558 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:35.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:35.441288+0000 mgr.smithi022.tswrql (mgr.14182) 1121 : 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-12-08T10:55:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:35.551821+0000 mgr.smithi022.tswrql (mgr.14182) 1122 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:36.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:35.441288+0000 mgr.smithi022.tswrql (mgr.14182) 1121 : 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-12-08T10:55:36.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:35.551821+0000 mgr.smithi022.tswrql (mgr.14182) 1122 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:36.990 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:38.518 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:38.518 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:37.441804+0000 mgr.smithi022.tswrql (mgr.14182) 1123 : 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-12-08T10:55:38.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:37.441804+0000 mgr.smithi022.tswrql (mgr.14182) 1123 : 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-12-08T10:55:38.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:39.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:39 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:38.512669+0000 mgr.smithi022.tswrql (mgr.14182) 1124 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:39.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:39 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:38.512669+0000 mgr.smithi022.tswrql (mgr.14182) 1124 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:39.966 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:40.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:39.442320+0000 mgr.smithi022.tswrql (mgr.14182) 1125 : 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-12-08T10:55:40.800 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:39.442320+0000 mgr.smithi022.tswrql (mgr.14182) 1125 : 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-12-08T10:55:41.579 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:41.580 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:42.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:41.442843+0000 mgr.smithi022.tswrql (mgr.14182) 1126 : 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-12-08T10:55:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:41.573135+0000 mgr.smithi022.tswrql (mgr.14182) 1127 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:41.442843+0000 mgr.smithi022.tswrql (mgr.14182) 1126 : 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-12-08T10:55:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:41.573135+0000 mgr.smithi022.tswrql (mgr.14182) 1127 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:43.031 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:44.665 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:44.665 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:47:06.398756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.gpxxav on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:43.443306+0000 mgr.smithi022.tswrql (mgr.14182) 1128 : 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-12-08T10:55:44.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:43.443306+0000 mgr.smithi022.tswrql (mgr.14182) 1128 : 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-12-08T10:55:45.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:45.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:44.659289+0000 mgr.smithi022.tswrql (mgr.14182) 1129 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:45.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:55:44.664171+0000 mgr.smithi022.tswrql (mgr.14182) 1130 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.799 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:55:45.800 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Traceback (most recent call last): 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: yield (conn, connr) 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: code, '\n'.join(err))) 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.801 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.802 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:55:44.664399+0000 mgr.smithi022.tswrql (mgr.14182) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:44.664755+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hivjfa"}]: dispatch 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:55:44.665526+0000 mgr.smithi022.tswrql (mgr.14182) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.803 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.804 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.804 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.804 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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-12-08T10:55:45.804 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.804 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:45 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cephadm 2023-12-08T10:55:44.667728+0000 mgr.smithi022.tswrql (mgr.14182) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.dgmaet on smithi022 2023-12-08T10:55:45.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:44.659289+0000 mgr.smithi022.tswrql (mgr.14182) 1129 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:45.850 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:55:44.664171+0000 mgr.smithi022.tswrql (mgr.14182) 1130 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.851 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Traceback (most recent call last): 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: yield (conn, connr) 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-08T10:55:45.852 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: code, '\n'.join(err))) 2023-12-08T10:55:45.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.853 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.854 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:55:45.855 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.855 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:55:44.664399+0000 mgr.smithi022.tswrql (mgr.14182) 1131 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.855 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:44.664755+0000 mon.smithi022 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.22:0/3339613575' entity='mgr.smithi022.tswrql' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi069.hivjfa"}]: dispatch 2023-12-08T10:55:45.855 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:55:44.665526+0000 mgr.smithi022.tswrql (mgr.14182) 1132 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: /bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: Deploy daemon haproxy.nfs.foo.smithi069.hivjfa ... 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:53:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.856 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:54:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.857 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: stat: stderr time="2023-12-08T10:55:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-08T10:55:45.857 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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-12-08T10:55:45.857 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: 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=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-08T10:55:45.857 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:45 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cephadm 2023-12-08T10:55:44.667728+0000 mgr.smithi022.tswrql (mgr.14182) 1133 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi022.dgmaet on smithi022 2023-12-08T10:55:46.109 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:45.443989+0000 mgr.smithi022.tswrql (mgr.14182) 1134 : 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-12-08T10:55:46.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:45.443989+0000 mgr.smithi022.tswrql (mgr.14182) 1134 : 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-12-08T10:55:47.677 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:47.677 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:48.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:47.444473+0000 mgr.smithi022.tswrql (mgr.14182) 1135 : 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-12-08T10:55:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:47.671647+0000 mgr.smithi022.tswrql (mgr.14182) 1136 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:48.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:47.444473+0000 mgr.smithi022.tswrql (mgr.14182) 1135 : 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-12-08T10:55:48.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:47.671647+0000 mgr.smithi022.tswrql (mgr.14182) 1136 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:49.125 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:50.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:49.444983+0000 mgr.smithi022.tswrql (mgr.14182) 1137 : 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-12-08T10:55:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:49.444983+0000 mgr.smithi022.tswrql (mgr.14182) 1137 : 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-12-08T10:55:50.734 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:50.734 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:51.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:51.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:51 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:50.728674+0000 mgr.smithi022.tswrql (mgr.14182) 1138 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:51.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:51 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:50.728674+0000 mgr.smithi022.tswrql (mgr.14182) 1138 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:52.155 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:52.530 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:51.445770+0000 mgr.smithi022.tswrql (mgr.14182) 1139 : 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-12-08T10:55:52.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:51.445770+0000 mgr.smithi022.tswrql (mgr.14182) 1139 : 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-12-08T10:55:53.717 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:53.717 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:54.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:54.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:53.446178+0000 mgr.smithi022.tswrql (mgr.14182) 1140 : 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-12-08T10:55:54.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:53.711073+0000 mgr.smithi022.tswrql (mgr.14182) 1141 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:53.446178+0000 mgr.smithi022.tswrql (mgr.14182) 1140 : 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-12-08T10:55:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:53.711073+0000 mgr.smithi022.tswrql (mgr.14182) 1141 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:55.146 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:56.745 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:56.745 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:55:56.768 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:55.446850+0000 mgr.smithi022.tswrql (mgr.14182) 1142 : 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-12-08T10:55:56.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:55.446850+0000 mgr.smithi022.tswrql (mgr.14182) 1142 : 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-12-08T10:55:57.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:55:57.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:57 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:56.738853+0000 mgr.smithi022.tswrql (mgr.14182) 1143 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:57.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:57 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:56.738853+0000 mgr.smithi022.tswrql (mgr.14182) 1143 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:55:58.144 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:55:58.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:55:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:57.447488+0000 mgr.smithi022.tswrql (mgr.14182) 1144 : 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-12-08T10:55:58.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:55:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:57.447488+0000 mgr.smithi022.tswrql (mgr.14182) 1144 : 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-12-08T10:55:59.648 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:55:59.649 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:00.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:55:59.447920+0000 mgr.smithi022.tswrql (mgr.14182) 1145 : 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-12-08T10:56:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:55:59.642995+0000 mgr.smithi022.tswrql (mgr.14182) 1146 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:00.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:55:59.447920+0000 mgr.smithi022.tswrql (mgr.14182) 1145 : 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-12-08T10:56:00.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:55:59.642995+0000 mgr.smithi022.tswrql (mgr.14182) 1146 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:01.060 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:02.634 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:02.634 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:01.448497+0000 mgr.smithi022.tswrql (mgr.14182) 1147 : 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-12-08T10:56:02.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:01.448497+0000 mgr.smithi022.tswrql (mgr.14182) 1147 : 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-12-08T10:56:03.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:03.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:03 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:02.628170+0000 mgr.smithi022.tswrql (mgr.14182) 1148 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:03.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:03 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:02.628170+0000 mgr.smithi022.tswrql (mgr.14182) 1148 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:04.075 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:03.449049+0000 mgr.smithi022.tswrql (mgr.14182) 1149 : 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-12-08T10:56:04.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:03.449049+0000 mgr.smithi022.tswrql (mgr.14182) 1149 : 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-12-08T10:56:05.783 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:05.783 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:06.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:06.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:05.449658+0000 mgr.smithi022.tswrql (mgr.14182) 1150 : 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-12-08T10:56:06.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:05.778110+0000 mgr.smithi022.tswrql (mgr.14182) 1151 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:06.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:05.449658+0000 mgr.smithi022.tswrql (mgr.14182) 1150 : 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-12-08T10:56:06.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:05.778110+0000 mgr.smithi022.tswrql (mgr.14182) 1151 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:07.245 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:07.450114+0000 mgr.smithi022.tswrql (mgr.14182) 1152 : 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-12-08T10:56:08.832 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:08.833 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:08.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:07.450114+0000 mgr.smithi022.tswrql (mgr.14182) 1152 : 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-12-08T10:56:09.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:09.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:09 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:08.826681+0000 mgr.smithi022.tswrql (mgr.14182) 1153 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:09.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:09 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:08.826681+0000 mgr.smithi022.tswrql (mgr.14182) 1153 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:10.242 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:10.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:09.450660+0000 mgr.smithi022.tswrql (mgr.14182) 1154 : 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-12-08T10:56:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:09.450660+0000 mgr.smithi022.tswrql (mgr.14182) 1154 : 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-12-08T10:56:11.803 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:11.803 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:12.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:11.451400+0000 mgr.smithi022.tswrql (mgr.14182) 1155 : 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-12-08T10:56:12.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:12 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:11.797078+0000 mgr.smithi022.tswrql (mgr.14182) 1156 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:12.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:11.451400+0000 mgr.smithi022.tswrql (mgr.14182) 1155 : 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-12-08T10:56:12.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:12 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:11.797078+0000 mgr.smithi022.tswrql (mgr.14182) 1156 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:13.209 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:14.759 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:14 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:13.451828+0000 mgr.smithi022.tswrql (mgr.14182) 1157 : 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-12-08T10:56:14.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:14 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:13.451828+0000 mgr.smithi022.tswrql (mgr.14182) 1157 : 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-12-08T10:56:14.840 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:14.840 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:15.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:15.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:15 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:14.834628+0000 mgr.smithi022.tswrql (mgr.14182) 1158 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:15.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:15 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:14.834628+0000 mgr.smithi022.tswrql (mgr.14182) 1158 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:16.275 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:16.601 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:16 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:15.452418+0000 mgr.smithi022.tswrql (mgr.14182) 1159 : 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-12-08T10:56:16.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:16 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:15.452418+0000 mgr.smithi022.tswrql (mgr.14182) 1159 : 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-12-08T10:56:17.869 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:17.869 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:18.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:17.452953+0000 mgr.smithi022.tswrql (mgr.14182) 1160 : 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-12-08T10:56:18.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:18 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:17.863287+0000 mgr.smithi022.tswrql (mgr.14182) 1161 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:17.452953+0000 mgr.smithi022.tswrql (mgr.14182) 1160 : 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-12-08T10:56:18.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:18 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:17.863287+0000 mgr.smithi022.tswrql (mgr.14182) 1161 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:19.290 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:20.538 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:20 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:19.453486+0000 mgr.smithi022.tswrql (mgr.14182) 1162 : 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-12-08T10:56:20.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:20 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:19.453486+0000 mgr.smithi022.tswrql (mgr.14182) 1162 : 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-12-08T10:56:20.955 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:20.955 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:21.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:21.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:21 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:20.949689+0000 mgr.smithi022.tswrql (mgr.14182) 1163 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:21.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:21 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:20.949689+0000 mgr.smithi022.tswrql (mgr.14182) 1163 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:22.382 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:22.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:22 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:21.454114+0000 mgr.smithi022.tswrql (mgr.14182) 1164 : 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-12-08T10:56:22.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:22 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:21.454114+0000 mgr.smithi022.tswrql (mgr.14182) 1164 : 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-12-08T10:56:23.934 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:23.935 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:24.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:24.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:23.454677+0000 mgr.smithi022.tswrql (mgr.14182) 1165 : 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-12-08T10:56:24.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:24 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:23.929017+0000 mgr.smithi022.tswrql (mgr.14182) 1166 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:23.454677+0000 mgr.smithi022.tswrql (mgr.14182) 1165 : 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-12-08T10:56:24.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:24 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:23.929017+0000 mgr.smithi022.tswrql (mgr.14182) 1166 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:25.374 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:26.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:26 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:25.455187+0000 mgr.smithi022.tswrql (mgr.14182) 1167 : 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-12-08T10:56:26.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:26 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:25.455187+0000 mgr.smithi022.tswrql (mgr.14182) 1167 : 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-12-08T10:56:27.002 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:27.002 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:27.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:27.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:27 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:26.996141+0000 mgr.smithi022.tswrql (mgr.14182) 1168 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:27.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:27 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:26.996141+0000 mgr.smithi022.tswrql (mgr.14182) 1168 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:28.435 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:28.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:28 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:27.455838+0000 mgr.smithi022.tswrql (mgr.14182) 1169 : 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-12-08T10:56:28.816 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:28 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:27.455838+0000 mgr.smithi022.tswrql (mgr.14182) 1169 : 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-12-08T10:56:29.975 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:29.975 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:30.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:29.456272+0000 mgr.smithi022.tswrql (mgr.14182) 1170 : 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-12-08T10:56:30.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:30 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:29.969912+0000 mgr.smithi022.tswrql (mgr.14182) 1171 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:30.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:29.456272+0000 mgr.smithi022.tswrql (mgr.14182) 1170 : 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-12-08T10:56:30.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:30 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:29.969912+0000 mgr.smithi022.tswrql (mgr.14182) 1171 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:31.534 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:32.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:32 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:31.457031+0000 mgr.smithi022.tswrql (mgr.14182) 1172 : 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-12-08T10:56:32.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:32 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:31.457031+0000 mgr.smithi022.tswrql (mgr.14182) 1172 : 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-12-08T10:56:33.131 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:33.131 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:33.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:34.563 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:33.125953+0000 mgr.smithi022.tswrql (mgr.14182) 1173 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:34.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:34 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:33.457593+0000 mgr.smithi022.tswrql (mgr.14182) 1174 : 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-12-08T10:56:34.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:33.125953+0000 mgr.smithi022.tswrql (mgr.14182) 1173 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:34.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:34 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:33.457593+0000 mgr.smithi022.tswrql (mgr.14182) 1174 : 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-12-08T10:56:36.244 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:36.245 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:36.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:36 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:35.458267+0000 mgr.smithi022.tswrql (mgr.14182) 1175 : 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-12-08T10:56:36.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:36.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:36 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:35.458267+0000 mgr.smithi022.tswrql (mgr.14182) 1175 : 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-12-08T10:56:37.691 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:37.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:37 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:36.239261+0000 mgr.smithi022.tswrql (mgr.14182) 1176 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:37.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:37 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:36.239261+0000 mgr.smithi022.tswrql (mgr.14182) 1176 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:38.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:38 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:37.458971+0000 mgr.smithi022.tswrql (mgr.14182) 1177 : 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-12-08T10:56:38.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:38 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:37.458971+0000 mgr.smithi022.tswrql (mgr.14182) 1177 : 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-12-08T10:56:39.293 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:39.294 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:39.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:39.287593+0000 mgr.smithi022.tswrql (mgr.14182) 1178 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:40.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:40 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:39.459495+0000 mgr.smithi022.tswrql (mgr.14182) 1179 : 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-12-08T10:56:40.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:39.287593+0000 mgr.smithi022.tswrql (mgr.14182) 1178 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:40.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:40 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:39.459495+0000 mgr.smithi022.tswrql (mgr.14182) 1179 : 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-12-08T10:56:40.703 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:42.176 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:42.176 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:42.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:42.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:42 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:41.460291+0000 mgr.smithi022.tswrql (mgr.14182) 1180 : 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-12-08T10:56:42.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:42 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:41.460291+0000 mgr.smithi022.tswrql (mgr.14182) 1180 : 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-12-08T10:56:43.603 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:43.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:43 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:42.170504+0000 mgr.smithi022.tswrql (mgr.14182) 1181 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:43.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:43 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:42.170504+0000 mgr.smithi022.tswrql (mgr.14182) 1181 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:44.726 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:44 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:43.460798+0000 mgr.smithi022.tswrql (mgr.14182) 1182 : 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-12-08T10:56:44.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:44 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:43.460798+0000 mgr.smithi022.tswrql (mgr.14182) 1182 : 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-12-08T10:56:45.144 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:45.145 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:45.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:46.560 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:45.139388+0000 mgr.smithi022.tswrql (mgr.14182) 1183 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:46.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:46 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:45.461372+0000 mgr.smithi022.tswrql (mgr.14182) 1184 : 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-12-08T10:56:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:45.139388+0000 mgr.smithi022.tswrql (mgr.14182) 1183 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:46.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:46 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:45.461372+0000 mgr.smithi022.tswrql (mgr.14182) 1184 : 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-12-08T10:56:48.182 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:48.182 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:48.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:48.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:48 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:47.462078+0000 mgr.smithi022.tswrql (mgr.14182) 1185 : 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-12-08T10:56:48.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:48 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:47.462078+0000 mgr.smithi022.tswrql (mgr.14182) 1185 : 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-12-08T10:56:49.586 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:49.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:49 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:48.176517+0000 mgr.smithi022.tswrql (mgr.14182) 1186 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:49.901 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:49 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:48.176517+0000 mgr.smithi022.tswrql (mgr.14182) 1186 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:50.599 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:50 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:49.462642+0000 mgr.smithi022.tswrql (mgr.14182) 1187 : 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-12-08T10:56:50.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:50 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:49.462642+0000 mgr.smithi022.tswrql (mgr.14182) 1187 : 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-12-08T10:56:51.087 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:51.087 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:51.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:52.526 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:51.081429+0000 mgr.smithi022.tswrql (mgr.14182) 1188 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:52.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:52 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:51.463392+0000 mgr.smithi022.tswrql (mgr.14182) 1189 : 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-12-08T10:56:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:51.081429+0000 mgr.smithi022.tswrql (mgr.14182) 1188 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:52.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:52 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:51.463392+0000 mgr.smithi022.tswrql (mgr.14182) 1189 : 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-12-08T10:56:54.160 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:54.161 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:54.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:54.758 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:54 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:53.464016+0000 mgr.smithi022.tswrql (mgr.14182) 1190 : 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-12-08T10:56:54.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:54 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:53.464016+0000 mgr.smithi022.tswrql (mgr.14182) 1190 : 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-12-08T10:56:55.552 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:55.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:55 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:54.154802+0000 mgr.smithi022.tswrql (mgr.14182) 1191 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:56.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:55 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:54.154802+0000 mgr.smithi022.tswrql (mgr.14182) 1191 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:56.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:56 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:55.464592+0000 mgr.smithi022.tswrql (mgr.14182) 1192 : 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-12-08T10:56:57.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:56 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:55.464592+0000 mgr.smithi022.tswrql (mgr.14182) 1192 : 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-12-08T10:56:57.078 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:56:57.078 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:56:57.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:56:58.509 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:56:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:56:57.072852+0000 mgr.smithi022.tswrql (mgr.14182) 1193 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:58.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:56:58 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:57.465136+0000 mgr.smithi022.tswrql (mgr.14182) 1194 : 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-12-08T10:56:59.049 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:56:57.072852+0000 mgr.smithi022.tswrql (mgr.14182) 1193 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:56:59.050 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:56:58 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:57.465136+0000 mgr.smithi022.tswrql (mgr.14182) 1194 : 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-12-08T10:57:00.086 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:57:00.087 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:00.474 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:00 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:56:59.465626+0000 mgr.smithi022.tswrql (mgr.14182) 1195 : 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-12-08T10:57:00.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:00.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:00 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:56:59.465626+0000 mgr.smithi022.tswrql (mgr.14182) 1195 : 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-12-08T10:57:01.518 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:01.547 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:01 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:57:00.081049+0000 mgr.smithi022.tswrql (mgr.14182) 1196 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:01.554 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:01 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:57:00.081049+0000 mgr.smithi022.tswrql (mgr.14182) 1196 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:02.598 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:02 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:57:01.466214+0000 mgr.smithi022.tswrql (mgr.14182) 1197 : 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-12-08T10:57:02.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:02 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:57:01.466214+0000 mgr.smithi022.tswrql (mgr.14182) 1197 : 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-12-08T10:57:03.127 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:57:03.127 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:03.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:04.526 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:57:03.121768+0000 mgr.smithi022.tswrql (mgr.14182) 1198 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:04.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:04 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:57:03.466810+0000 mgr.smithi022.tswrql (mgr.14182) 1199 : 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-12-08T10:57:04.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:57:03.121768+0000 mgr.smithi022.tswrql (mgr.14182) 1198 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:04.849 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:04 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:57:03.466810+0000 mgr.smithi022.tswrql (mgr.14182) 1199 : 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-12-08T10:57:06.138 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:57:06.138 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:06.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:06.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:06 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:57:05.467355+0000 mgr.smithi022.tswrql (mgr.14182) 1200 : 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-12-08T10:57:06.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:06 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:57:05.467355+0000 mgr.smithi022.tswrql (mgr.14182) 1200 : 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-12-08T10:57:07.581 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T10:57:07.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:07 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:57:06.132016+0000 mgr.smithi022.tswrql (mgr.14182) 1201 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:07.848 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:07 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:57:06.132016+0000 mgr.smithi022.tswrql (mgr.14182) 1201 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:08.755 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:08 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:57:07.467954+0000 mgr.smithi022.tswrql (mgr.14182) 1202 : 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-12-08T10:57:08.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:08 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:57:07.467954+0000 mgr.smithi022.tswrql (mgr.14182) 1202 : 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-12-08T10:57:09.179 INFO:teuthology.orchestra.run.smithi022.stdout: 2023-12-08T10:57:09.179 INFO:teuthology.orchestra.run.smithi022.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T10:33:19.988173Z", "last_refresh": "2023-12-08T10:53:14.922855Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T10:33:16.017540Z", "last_refresh": "2023-12-08T10:53:11.706050Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T10:33:18.072159Z", "last_refresh": "2023-12-08T10:53:14.923012Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T10:49:40.587669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.zmfuaq on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-zmfuaq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.zmfuaq\nDeploy daemon haproxy.nfs.foo.smithi069.zmfuaq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:47:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:48:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:49:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.233650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi022.hlzmof on smithi022: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi022-hlzmof\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi022.hlzmof\nDeploy daemon haproxy.nfs.foo.smithi022.hlzmof ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:50:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:50:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:51:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi022 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-08T10:52:10.236246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi069.hhzldu on smithi069: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:52:10.238384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi022.sbbrsw on smithi022: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-08T10:55:44.665376Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi069.hivjfa on smithi069: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy-nfs-foo-smithi069-hivjfa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\n/bin/podman: stderr Error: no such container ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-haproxy.nfs.foo.smithi069.hivjfa\nDeploy daemon haproxy.nfs.foo.smithi069.hivjfa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-08T10:53:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:54:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-08T10:55:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi069 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.22/16"}, "status": {"created": "2023-12-08T10:36:54.038190Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.22/16"}}, {"events": ["2023-12-08T10:36:49.921551Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-08T10:36:49.915884Z", "last_refresh": "2023-12-08T10:53:11.706820Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T10:33:14.969640Z", "last_refresh": "2023-12-08T10:53:11.706227Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:15.660742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi022:172.21.15.22=smithi022", "smithi069:172.21.15.69=smithi069"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T10:34:15.658040Z", "last_refresh": "2023-12-08T10:53:11.706320Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T10:36:54.037035Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-08T10:36:54.033201Z", "last_refresh": "2023-12-08T10:53:14.923609Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T10:33:19.029716Z", "last_refresh": "2023-12-08T10:53:11.706404Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T10:34:46.205377Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-08T10:34:46.201019Z", "last_refresh": "2023-12-08T10:53:11.706483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T10:33:17.131087Z", "last_refresh": "2023-12-08T10:53:14.923163Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-08T10:57:09.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-08T10:57:09.588 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-08T10:57:09.717 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3a233b70e27c495baf0261828fe3f204 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-08T10:57:09.719 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T10:57:09.729 INFO:tasks.vip:Removing 10.0.15.22 (and any VIPs) on smithi022.front.sepia.ceph.com iface ens1f0... 2023-12-08T10:57:09.729 DEBUG:teuthology.orchestra.run.smithi022:> sudo ip addr del 10.0.15.22/16 dev ens1f0 2023-12-08T10:57:09.774 DEBUG:teuthology.orchestra.run.smithi022:> sudo ip addr del 10.0.31.22/16 dev ens1f0 2023-12-08T10:57:09.847 INFO:teuthology.orchestra.run.smithi022.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:57:09.849 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:57:09.849 INFO:tasks.vip:Removing 10.0.15.69 (and any VIPs) on smithi069.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T10:57:09.850 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr del 10.0.15.69/16 dev enp3s0f1 2023-12-08T10:57:09.891 DEBUG:teuthology.orchestra.run.smithi069:> sudo ip addr del 10.0.31.22/16 dev enp3s0f1 2023-12-08T10:57:09.962 INFO:teuthology.orchestra.run.smithi069.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T10:57:09.963 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T10:57:09.963 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T10:57:09.978 INFO:tasks.cephadm:Teardown begin 2023-12-08T10:57:09.978 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:57:10.014 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:57:10.044 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T10:57:10.045 DEBUG:teuthology.orchestra.run.smithi022:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:57:10.079 DEBUG:teuthology.orchestra.run.smithi069:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T10:57:10.105 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T10:57:10.105 INFO:tasks.cephadm.mon.smithi022:Stopping mon.smithi022... 2023-12-08T10:57:10.105 DEBUG:teuthology.orchestra.run.smithi022:> sudo systemctl stop ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022 2023-12-08T10:57:10.444 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 systemd[1]: Stopping Ceph mon.smithi022 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:57:10.445 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 bash[229798]: Error: no container with name or ID "ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon.smithi022" found: no such container 2023-12-08T10:57:10.445 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: audit 2023-12-08T10:57:09.173969+0000 mgr.smithi022.tswrql (mgr.14182) 1203 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:10.445 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: cluster 2023-12-08T10:57:09.468581+0000 mgr.smithi022.tswrql (mgr.14182) 1204 : 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-12-08T10:57:10.445 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:57:10.441+0000 7f2fe92a8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi022 -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-12-08T10:57:10.445 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022[108239]: debug 2023-12-08T10:57:10.441+0000 7f2fe92a8700 -1 mon.smithi022@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T10:57:10.797 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: audit 2023-12-08T10:57:09.173969+0000 mgr.smithi022.tswrql (mgr.14182) 1203 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T10:57:10.798 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:10 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: cluster 2023-12-08T10:57:09.468581+0000 mgr.smithi022.tswrql (mgr.14182) 1204 : 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-12-08T10:57:11.244 INFO:journalctl@ceph.mon.smithi022.smithi022.stdout:Dec 08 10:57:10 smithi022 bash[229836]: ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi022 2023-12-08T10:57:11.250 DEBUG:teuthology.orchestra.run.smithi022:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi022.service' 2023-12-08T10:57:11.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:57:11.307 INFO:tasks.cephadm.mon.smithi022:Stopped mon.smithi022 2023-12-08T10:57:11.308 INFO:tasks.cephadm.mon.smithi069:Stopping mon.smithi069... 2023-12-08T10:57:11.308 DEBUG:teuthology.orchestra.run.smithi069:> sudo systemctl stop ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi069 2023-12-08T10:57:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:11 smithi069 systemd[1]: Stopping Ceph mon.smithi069 for 0a4c2bca-95b5-11ee-95a3-87774f69a715... 2023-12-08T10:57:11.548 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:11 smithi069 bash[132267]: Error: no container with name or ID "ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon.smithi069" found: no such container 2023-12-08T10:57:12.047 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:57:11.568+0000 7f51a7f89700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi069 -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-12-08T10:57:12.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:11 smithi069 ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069[111934]: debug 2023-12-08T10:57:11.568+0000 7f51a7f89700 -1 mon.smithi069@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T10:57:12.048 INFO:journalctl@ceph.mon.smithi069.smithi069.stdout:Dec 08 10:57:11 smithi069 bash[132306]: ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715-mon-smithi069 2023-12-08T10:57:12.069 DEBUG:teuthology.orchestra.run.smithi069:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0a4c2bca-95b5-11ee-95a3-87774f69a715@mon.smithi069.service' 2023-12-08T10:57:12.123 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T10:57:12.123 INFO:tasks.cephadm.mon.smithi069:Stopped mon.smithi069 2023-12-08T10:57:12.123 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:59:01.001 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T10:59:38.138 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:59:38.179 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T10:59:38.210 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T10:59:38.212 DEBUG:teuthology.misc:Transferring archived files from smithi022:/var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/ubuntu@smithi022.front.sepia.ceph.com/crash 2023-12-08T10:59:38.213 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:59:38.262 INFO:teuthology.orchestra.run.smithi022.stderr:tar: /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:59:38.263 INFO:teuthology.orchestra.run.smithi022.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:59:38.264 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/ubuntu@smithi069.front.sepia.ceph.com/crash 2023-12-08T10:59:38.265 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash -- . 2023-12-08T10:59:38.307 INFO:teuthology.orchestra.run.smithi069.stderr:tar: /var/lib/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T10:59:38.307 INFO:teuthology.orchestra.run.smithi069.stderr:tar: Error is not recoverable: exiting now 2023-12-08T10:59:38.308 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T10:59:38.308 DEBUG:teuthology.orchestra.run.smithi022:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T10:59:38.344 INFO:teuthology.orchestra.run.smithi022.stderr:grep: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T10:59:38.346 INFO:tasks.cephadm:Compressing logs... 2023-12-08T10:59:38.346 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:59:38.389 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:59:38.415 INFO:teuthology.orchestra.run.smithi069.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-08T10:59:38.415 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:59:38.415 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T10:59:38.417 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:59:38.417 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T10:59:38.417 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi069.nompxv.log 2023-12-08T10:59:38.417 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi069.qimhrg.log 2023-12-08T10:59:38.418 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi069.nompxv.log: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi069.qimhrg.log: 85.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi069.qimhrg.log.gz 2023-12-08T10:59:38.418 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T10:59:38.418 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T10:59:38.420 INFO:teuthology.orchestra.run.smithi022.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-08T10:59:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T10:59:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi022.log 2023-12-08T10:59:38.421 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T10:59:38.422 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi022.tswrql.log 2023-12-08T10:59:38.422 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi022.log: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi022.bvsuup.log 2023-12-08T10:59:38.423 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi022.tswrql.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T10:59:38.423 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi022.bvsuup.log: 60.1% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mds.foofs.smithi022.bvsuup.log.gz 2023-12-08T10:59:38.424 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T10:59:38.424 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T10:59:38.426 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.0.log: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.4.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:59:38.426 INFO:teuthology.orchestra.run.smithi069.stderr: 93.2% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi069.nompxv.log.gz 2023-12-08T10:59:38.426 INFO:teuthology.orchestra.run.smithi069.stderr: 92.5% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:59:38.427 INFO:teuthology.orchestra.run.smithi069.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi069.log 2023-12-08T10:59:38.429 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.7.log: /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T10:59:38.429 INFO:teuthology.orchestra.run.smithi022.stderr:gzip -5 --verbose -- /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T10:59:38.457 INFO:teuthology.orchestra.run.smithi022.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.1.log: 94.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T10:59:38.662 INFO:teuthology.orchestra.run.smithi069.stderr:/var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi069.log: 92.1% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi069.log.gz 2023-12-08T10:59:38.727 INFO:teuthology.orchestra.run.smithi022.stderr: 89.6% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mgr.smithi022.tswrql.log.gz 2023-12-08T10:59:38.808 INFO:teuthology.orchestra.run.smithi069.stderr: 93.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T10:59:38.836 INFO:teuthology.orchestra.run.smithi069.stderr: 92.8% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T10:59:38.930 INFO:teuthology.orchestra.run.smithi022.stderr: 93.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T10:59:38.975 INFO:teuthology.orchestra.run.smithi022.stderr: 93.4% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T10:59:38.983 INFO:teuthology.orchestra.run.smithi069.stderr: 92.9% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T10:59:38.989 INFO:teuthology.orchestra.run.smithi069.stderr: 93.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T10:59:38.991 INFO:teuthology.orchestra.run.smithi069.stderr: 2023-12-08T10:59:38.991 INFO:teuthology.orchestra.run.smithi069.stderr:real 0m0.586s 2023-12-08T10:59:38.991 INFO:teuthology.orchestra.run.smithi069.stderr:user 0m2.140s 2023-12-08T10:59:38.991 INFO:teuthology.orchestra.run.smithi069.stderr:sys 0m0.082s 2023-12-08T10:59:39.024 INFO:teuthology.orchestra.run.smithi022.stderr: 92.9% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T10:59:39.064 INFO:teuthology.orchestra.run.smithi022.stderr: 93.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T10:59:39.123 INFO:teuthology.orchestra.run.smithi022.stderr: 90.0% -- replaced with /var/log/ceph/0a4c2bca-95b5-11ee-95a3-87774f69a715/ceph-mon.smithi022.log.gz 2023-12-08T10:59:39.124 INFO:teuthology.orchestra.run.smithi022.stderr: 2023-12-08T10:59:39.125 INFO:teuthology.orchestra.run.smithi022.stderr:real 0m0.717s 2023-12-08T10:59:39.125 INFO:teuthology.orchestra.run.smithi022.stderr:user 0m3.235s 2023-12-08T10:59:39.125 INFO:teuthology.orchestra.run.smithi022.stderr:sys 0m0.129s 2023-12-08T10:59:39.125 INFO:tasks.cephadm:Archiving logs... 2023-12-08T10:59:39.125 DEBUG:teuthology.misc:Transferring archived files from smithi022:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/ubuntu@smithi022.front.sepia.ceph.com/log 2023-12-08T10:59:39.126 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:59:39.628 DEBUG:teuthology.misc:Transferring archived files from smithi069:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/ubuntu@smithi069.front.sepia.ceph.com/log 2023-12-08T10:59:39.629 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T10:59:40.011 INFO:tasks.cephadm:Removing cluster... 2023-12-08T10:59:40.012 DEBUG:teuthology.orchestra.run.smithi022:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 --force 2023-12-08T10:59:40.427 DEBUG:teuthology.orchestra.run.smithi069:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0a4c2bca-95b5-11ee-95a3-87774f69a715 --force 2023-12-08T10:59:40.796 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T10:59:40.797 DEBUG:teuthology.orchestra.run.smithi022:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:59:40.820 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T10:59:40.838 INFO:tasks.cephadm:Teardown complete 2023-12-08T10:59:40.839 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T10:59:40.849 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi022:/dev/vg_nvme/lv_1... 2023-12-08T10:59:40.849 DEBUG:teuthology.orchestra.run.smithi022:> sudo nvme disconnect -n lv_1 2023-12-08T10:59:40.990 INFO:teuthology.orchestra.run.smithi022.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:59:40.992 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:40.992 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi022:/dev/vg_nvme/lv_2... 2023-12-08T10:59:40.993 DEBUG:teuthology.orchestra.run.smithi022:> sudo nvme disconnect -n lv_2 2023-12-08T10:59:41.116 INFO:teuthology.orchestra.run.smithi022.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:59:41.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.118 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi022:/dev/vg_nvme/lv_3... 2023-12-08T10:59:41.118 DEBUG:teuthology.orchestra.run.smithi022:> sudo nvme disconnect -n lv_3 2023-12-08T10:59:41.261 INFO:teuthology.orchestra.run.smithi022.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:59:41.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.263 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi022:/dev/vg_nvme/lv_4... 2023-12-08T10:59:41.263 DEBUG:teuthology.orchestra.run.smithi022:> sudo nvme disconnect -n lv_4 2023-12-08T10:59:41.388 INFO:teuthology.orchestra.run.smithi022.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:59:41.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.390 DEBUG:teuthology.orchestra.run.smithi022:> set -ex 2023-12-08T10:59:41.390 DEBUG:teuthology.orchestra.run.smithi022:> sudo dd of=/scratch_devs 2023-12-08T10:59:41.424 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_1... 2023-12-08T10:59:41.424 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_1 2023-12-08T10:59:41.549 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T10:59:41.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.550 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_2... 2023-12-08T10:59:41.551 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_2 2023-12-08T10:59:41.682 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T10:59:41.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_3... 2023-12-08T10:59:41.683 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_3 2023-12-08T10:59:41.814 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T10:59:41.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.815 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi069:/dev/vg_nvme/lv_4... 2023-12-08T10:59:41.815 DEBUG:teuthology.orchestra.run.smithi069:> sudo nvme disconnect -n lv_4 2023-12-08T10:59:41.956 INFO:teuthology.orchestra.run.smithi069.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T10:59:41.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:41.957 DEBUG:teuthology.orchestra.run.smithi069:> set -ex 2023-12-08T10:59:41.957 DEBUG:teuthology.orchestra.run.smithi069:> sudo dd of=/scratch_devs 2023-12-08T10:59:41.983 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T10:59:41.994 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T10:59:41.994 DEBUG:teuthology.orchestra.run.smithi022:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:59:41.997 DEBUG:teuthology.orchestra.run.smithi069:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T10:59:42.016 INFO:teuthology.orchestra.run.smithi022.stderr:bash: ntpq: command not found 2023-12-08T10:59:42.022 INFO:teuthology.orchestra.run.smithi022.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:59:42.022 INFO:teuthology.orchestra.run.smithi022.stdout:=============================================================================== 2023-12-08T10:59:42.022 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +985us[+1049us] +/- 72ms 2023-12-08T10:59:42.022 INFO:teuthology.orchestra.run.smithi022.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -245us[ -182us] +/- 71ms 2023-12-08T10:59:42.022 INFO:teuthology.orchestra.run.smithi022.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 -576us[ -513us] +/- 65ms 2023-12-08T10:59:42.023 INFO:teuthology.orchestra.run.smithi022.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:59:42.040 INFO:teuthology.orchestra.run.smithi069.stderr:bash: ntpq: command not found 2023-12-08T10:59:42.044 INFO:teuthology.orchestra.run.smithi069.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T10:59:42.044 INFO:teuthology.orchestra.run.smithi069.stdout:=============================================================================== 2023-12-08T10:59:42.044 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +956us[+1009us] +/- 72ms 2023-12-08T10:59:42.045 INFO:teuthology.orchestra.run.smithi069.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -248us[ -195us] +/- 71ms 2023-12-08T10:59:42.045 INFO:teuthology.orchestra.run.smithi069.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 -580us[ -527us] +/- 65ms 2023-12-08T10:59:42.045 INFO:teuthology.orchestra.run.smithi069.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T10:59:42.046 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T10:59:42.055 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T10:59:42.056 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T10:59:42.080 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:59:42.194 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:59:42.280 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:59:42.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:42.319 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:59:42.351 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:42.351 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T10:59:42.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T10:59:42.387 INFO:teuthology.task.internal:Duration was 2174.766182 seconds 2023-12-08T10:59:42.388 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T10:59:42.422 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T10:59:42.422 DEBUG:teuthology.orchestra.run.smithi022:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:59:42.424 DEBUG:teuthology.orchestra.run.smithi069:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T10:59:42.471 INFO:teuthology.orchestra.run.smithi069.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:59:42.481 INFO:teuthology.orchestra.run.smithi022.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T10:59:42.864 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T10:59:42.865 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi022.front.sepia.ceph.com 2023-12-08T10:59:42.865 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:59:42.896 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi069.front.sepia.ceph.com 2023-12-08T10:59:42.896 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:59:42.919 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T10:59:42.919 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:59:42.939 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T10:59:43.018 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T10:59:43.018 DEBUG:teuthology.orchestra.run.smithi022:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:59:43.020 DEBUG:teuthology.orchestra.run.smithi069:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T10:59:43.181 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T10:59:43.197 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T10:59:43.197 DEBUG:teuthology.orchestra.run.smithi022:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:59:43.228 DEBUG:teuthology.orchestra.run.smithi069:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T10:59:43.255 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T10:59:43.267 DEBUG:teuthology.orchestra.run.smithi022:> 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-12-08T10:59:43.271 DEBUG:teuthology.orchestra.run.smithi069:> 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-12-08T10:59:43.300 INFO:teuthology.orchestra.run.smithi022.stdout:kernel.core_pattern = core 2023-12-08T10:59:43.322 INFO:teuthology.orchestra.run.smithi069.stdout:kernel.core_pattern = core 2023-12-08T10:59:43.341 DEBUG:teuthology.orchestra.run.smithi022:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:59:43.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:43.390 DEBUG:teuthology.orchestra.run.smithi069:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T10:59:43.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T10:59:43.407 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T10:59:43.419 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T10:59:43.420 DEBUG:teuthology.misc:Transferring archived files from smithi022:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/smithi022 2023-12-08T10:59:43.421 DEBUG:teuthology.orchestra.run.smithi022:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:59:43.483 DEBUG:teuthology.misc:Transferring archived files from smithi069:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476/remote/smithi069 2023-12-08T10:59:43.484 DEBUG:teuthology.orchestra.run.smithi069:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T10:59:43.523 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T10:59:43.524 DEBUG:teuthology.orchestra.run.smithi022:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:59:43.526 DEBUG:teuthology.orchestra.run.smithi069:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T10:59:43.574 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T10:59:43.587 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T10:59:43.587 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T10:59:43.616 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T10:59:43.616 DEBUG:teuthology.orchestra.run.smithi022:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:59:43.618 DEBUG:teuthology.orchestra.run.smithi069:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T10:59:43.635 INFO:teuthology.orchestra.run.smithi069.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:59 /home/ubuntu/cephtest 2023-12-08T10:59:43.638 INFO:teuthology.orchestra.run.smithi022.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 10:59 /home/ubuntu/cephtest 2023-12-08T10:59:43.640 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T10:59:43.651 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T10:59:43.714 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T10:59:43.740 DEBUG:teuthology.nuke:shortname: smithi022 2023-12-08T10:59:43.741 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:59:43.765 DEBUG:teuthology.nuke:shortname: smithi069 2023-12-08T10:59:43.766 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T10:59:43.770 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi022.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476', '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-12-08 10:14:49.098181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBElDCP8Tn2NySJVyH3kDFmKe8SQ9Yx1aOUCuUuZ07pJ0OY+gw/DVE7mEhE6+KKhQ5c/lMWMMOAysv24ZUVj+1ZE='} 2023-12-08T10:59:43.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi069.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_04:25:47-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7483476', '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-12-08 10:14:49.099832', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHqOL6JVDDxjI/6jq8iCfobAMfSmHMsIZ4yNEs52Wm0QaVThYhAYyd9g9AToti8jb7gqFvD4qcf0MtgfyyekZr0='} 2023-12-08T10:59:43.821 INFO:teuthology.orchestra.console.smithi022:Power off 2023-12-08T10:59:43.821 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:59:43.846 DEBUG:teuthology.orchestra.console.smithi022:power off output: Chassis Power Control: Down/Off 2023-12-08T10:59:43.847 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:43.862 INFO:teuthology.orchestra.console.smithi069:Power off 2023-12-08T10:59:43.862 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T10:59:43.874 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2023-12-08T10:59:43.884 DEBUG:teuthology.orchestra.console.smithi069:power off output: Chassis Power Control: Down/Off 2023-12-08T10:59:43.884 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:43.907 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2023-12-08T10:59:47.875 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:47.908 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:47.988 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is on 2023-12-08T10:59:48.019 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is on 2023-12-08T10:59:51.990 DEBUG:teuthology.orchestra.console.smithi022:pexpect command: ipmitool -H smithi022.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:52.020 DEBUG:teuthology.orchestra.console.smithi069:pexpect command: ipmitool -H smithi069.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T10:59:52.100 DEBUG:teuthology.orchestra.console.smithi022:check power output: Chassis Power is off 2023-12-08T10:59:52.130 DEBUG:teuthology.orchestra.console.smithi069:check power output: Chassis Power is off 2023-12-08T10:59:52.201 INFO:teuthology.orchestra.console.smithi022:Power off completed 2023-12-08T10:59:52.231 INFO:teuthology.orchestra.console.smithi069:Power off completed 2023-12-08T10:59:52.335 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: 2174.766182422638 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3a233b70e27c495baf0261828fe3f204 status: fail success: false 2023-12-08T10:59:52.336 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T10:59:52.413 INFO:teuthology.run:FAIL